Home
last modified time | relevance | path

Searched refs:eglProgramCacheQueryANGLE (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp103 eglProgramCacheQueryANGLE(EGL_NO_DISPLAY, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
137 eglProgramCacheQueryANGLE(display, -1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
140 eglProgramCacheQueryANGLE(display, 1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
143 eglProgramCacheQueryANGLE(display, 0, nullptr, nullptr, nullptr, &tempBinarySize); in TEST_P()
146 eglProgramCacheQueryANGLE(display, 0, nullptr, &tempKeySize, nullptr, nullptr); in TEST_P()
149 eglProgramCacheQueryANGLE(display, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
159 eglProgramCacheQueryANGLE(display, 0, tempKey.data(), &tempKeySize, tempBinary.data(), in TEST_P()
166 eglProgramCacheQueryANGLE(display, 0, tempKey.data(), &tempKeySize, tempBinary.data(), in TEST_P()
204 eglProgramCacheQueryANGLE(display, 0, nullptr, &keySize, nullptr, &binarySize); in TEST_P()
210 eglProgramCacheQueryANGLE(display, 0, keyBuffer.data(), &keySize, binaryBuffer.data(), in TEST_P()
/external/angle/src/libEGL/
DlibEGL_autogen.def102 eglProgramCacheQueryANGLE
DlibEGL_autogen.cpp528 void EGLAPIENTRY eglProgramCacheQueryANGLE(EGLDisplay dpy, in eglProgramCacheQueryANGLE() function
/external/angle/extensions/
DEGL_ANGLE_program_cache_control.txt54 void eglProgramCacheQueryANGLE(
118 (in bytes) of the 'key' parameter to eglProgramCacheQueryANGLE and
125 void eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index,
/external/angle/include/EGL/
Deglext_angle.h212 EGLAPI void EGLAPIENTRY eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *…
/external/angle/util/
Degl_loader_autogen.h82 #define eglProgramCacheQueryANGLE l_eglProgramCacheQueryANGLE macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h82 #define eglProgramCacheQueryANGLE t_eglProgramCacheQueryANGLE macro