Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/layers/jni/
DglesLayer.cpp43 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer; typedef
48 std::unordered_map<std::string, EGLFuncPointer> funcMap;
56 EGLFuncPointer entry = funcMap["glCompileShader"]; in glesLayer_glCompileShaderA()
69 EGLFuncPointer entry = funcMap["glCompileShader"]; in glesLayer_glCompileShaderB()
82 EGLFuncPointer entry = funcMap["glDrawArraysInstanced"]; in glesLayer_glDrawArraysInstanced()
95 EGLFuncPointer entry = funcMap["glBindBuffer"]; in glesLayer_glBindBuffer()
108 EGLFuncPointer entry = funcMap["glGetString"]; in glesLayer_glGetString()
121 EGLFuncPointer entry = funcMap["eglGetDisplay"]; in glesLayer_eglGetDisplay()
135 EGLFuncPointer entry = funcMap["eglInitialize"]; in glesLayer_eglInitialize()
151 EGLFuncPointer entry = funcMap["eglChooseConfig"]; in glesLayer_eglChooseConfig()
[all …]
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp37 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer; typedef