Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp73 static GetConfigAttrib gfGetConfigAttrib = nullptr; variable
102gfGetConfigAttrib = (GetConfigAttrib)SkGetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions()
418 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result); in getStencilBits()
424 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result); in getSampleCount()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp73 static GetConfigAttrib gfGetConfigAttrib = nullptr; variable
102gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions()
386 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result); in getStencilBits()
392 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result); in getSampleCount()