Home
last modified time | relevance | path

Searched refs:needsRedraw (Results 1 – 12 of 12) sorted by relevance

/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeApi.cpp21 return exglCtx->needsRedraw; in ABI48_0_0EXGLContextNeedsRedraw()
29 exglCtx->needsRedraw = false; in ABI48_0_0EXGLContextDrawEnded()
H A DABI48_0_0EXGLNativeContext.h132 bool needsRedraw = false; variable
H A DABI48_0_0EXWebGLMethods.cpp1956 ctx->addToNextBatch([=] { ctx->needsRedraw = true; }); in NATIVE_METHOD()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeApi.cpp21 return exglCtx->needsRedraw; in ABI47_0_0EXGLContextNeedsRedraw()
29 exglCtx->needsRedraw = false; in ABI47_0_0EXGLContextDrawEnded()
H A DABI47_0_0EXGLNativeContext.h132 bool needsRedraw = false; variable
H A DABI47_0_0EXWebGLMethods.cpp1949 ctx->addToNextBatch([=] { ctx->needsRedraw = true; }); in NATIVE_METHOD()
/expo/packages/expo-gl/common/
H A DEXGLNativeApi.cpp31 return exglCtx->needsRedraw; in EXGLContextNeedsRedraw()
39 exglCtx->needsRedraw = false; in EXGLContextDrawEnded()
H A DEXGLNativeContext.h137 bool needsRedraw = false; variable
H A DEXWebGLMethods.cpp1956 ctx->addToNextBatch([=] { ctx->needsRedraw = true; }); in NATIVE_METHOD()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeApi.cpp31 return exglCtx->needsRedraw; in ABI49_0_0EXGLContextNeedsRedraw()
39 exglCtx->needsRedraw = false; in ABI49_0_0EXGLContextDrawEnded()
H A DABI49_0_0EXGLNativeContext.h137 bool needsRedraw = false; variable
H A DABI49_0_0EXWebGLMethods.cpp1956 ctx->addToNextBatch([=] { ctx->needsRedraw = true; }); in NATIVE_METHOD()