Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDisplay.h243 EGLint programCacheGetAttrib(EGLenum attrib) const;
DDisplay.cpp2381 EGLint Display::programCacheGetAttrib(EGLenum attrib) const in programCacheGetAttrib() function in egl::Display
DvalidationEGL.cpp5321 if (index < 0 || index >= display->programCacheGetAttrib(EGL_PROGRAM_CACHE_SIZE_ANGLE)) in ValidateProgramCacheQueryANGLE()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp759 return display->programCacheGetAttrib(attrib); in ProgramCacheGetAttribANGLE()