Home
last modified time | relevance | path

Searched refs:fGLCtx (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DVkHardwareBufferTest.cpp81 if (!fGLCtx) { in releaseImage()
85 fGLCtx->destroyEGLImage(fImage); in releaseImage()
89 GR_GL_CALL(fGLCtx->gl(), DeleteTextures(1, &fTexID)); in releaseImage()
110 void makeCurrent() override { fGLCtx->makeCurrent(); } in makeCurrent()
137 sk_gpu_test::GLTestContext* fGLCtx = nullptr; member in EGLTestHelper
144 fGLCtx = fGLESContextInfo.glContext(); in init()
145 if (!fGrContext || !fGLCtx) { in init()
149 if (kGLES_GrGLStandard != fGLCtx->gl()->fStandard) { in init()
154 if (!fGLCtx->gl()->hasExtension("EGL_KHR_image") || in init()
155 !fGLCtx->gl()->hasExtension("EGL_ANDROID_get_native_client_buffer") || in init()
[all …]
/external/skqp/tests/
DVkHardwareBufferTest.cpp81 if (!fGLCtx) { in releaseImage()
85 fGLCtx->destroyEGLImage(fImage); in releaseImage()
89 GR_GL_CALL(fGLCtx->gl(), DeleteTextures(1, &fTexID)); in releaseImage()
110 void makeCurrent() override { fGLCtx->makeCurrent(); } in makeCurrent()
137 sk_gpu_test::GLTestContext* fGLCtx = nullptr; member in EGLTestHelper
144 fGLCtx = fGLESContextInfo.glContext(); in init()
145 if (!fGrContext || !fGLCtx) { in init()
149 if (kGLES_GrGLStandard != fGLCtx->gl()->fStandard) { in init()
154 if (!fGLCtx->gl()->hasExtension("EGL_KHR_image") || in init()
155 !fGLCtx->gl()->hasExtension("EGL_ANDROID_get_native_client_buffer") || in init()
[all …]