Home
last modified time | relevance | path

Searched refs:programCacheGetAttrib (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h264 EGLint programCacheGetAttrib(EGLenum attrib) const;
DDisplay.cpp2062 EGLint Display::programCacheGetAttrib(EGLenum attrib) const in programCacheGetAttrib() function in egl::Display
DvalidationEGL.cpp5026 if (index < 0 || index >= display->programCacheGetAttrib(EGL_PROGRAM_CACHE_SIZE_ANGLE)) in ValidateProgramCacheQueryANGLE()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp690 return display->programCacheGetAttrib(attrib); in ProgramCacheGetAttribANGLE()