Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp83 if (!fGLCtx) {
87 fGLCtx->destroyEGLImage(fImage);
91 GR_GL_CALL(fGLCtx->gl(), DeleteTextures(1, &fTexID));
112 void makeCurrent() override { fGLCtx->makeCurrent(); }
139 sk_gpu_test::GLTestContext* fGLCtx = nullptr; member in EGLTestHelper
146 fGLCtx = fGLESContextInfo.glContext(); in init()
147 if (!fDirectContext || !fGLCtx) { in init()
151 if (kGLES_GrGLStandard != fGLCtx->gl()->fStandard) { in init()
156 if (!fGLCtx->gl()->hasExtension("EGL_KHR_image") || in init()
157 !fGLCtx in init()
[all...]

Completed in 2 milliseconds