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

/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp65 static GetConfigAttrib gfGetConfigAttrib = nullptr; variable
95 gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib");
294 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result);
300 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result);

Completed in 28 milliseconds