OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EGLFuncPointer
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/gputools/apps/jni/
android_gputools_cts_RootlessGpuDebug.cpp
37
typedef __eglMustCastToProperFunctionPointerType
EGLFuncPointer
;
/cts/hostsidetests/gputools/layers/jni/
glesLayer.cpp
43
typedef __eglMustCastToProperFunctionPointerType
EGLFuncPointer
;
48
std::unordered_map<std::string,
EGLFuncPointer
> funcMap;
56
EGLFuncPointer
entry = funcMap["glCompileShader"];
69
EGLFuncPointer
entry = funcMap["glCompileShader"];
82
EGLFuncPointer
entry = funcMap["glDrawArraysInstanced"];
95
EGLFuncPointer
entry = funcMap["glBindBuffer"];
108
EGLFuncPointer
entry = funcMap["glGetString"];
121
EGLFuncPointer
entry = funcMap["eglGetDisplay"];
135
EGLFuncPointer
entry = funcMap["eglInitialize"];
151
EGLFuncPointer
entry = funcMap["eglChooseConfig"]
[
all
...]
Completed in 170 milliseconds