OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_dispatch
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
25
static struct egl_dispatch *
s_dispatch
= NULL;
variable in typeref:struct:egl_dispatch
38
s_dispatch
= loadEGL(eglLib);
39
if (!
s_dispatch
) {
48
return
s_dispatch
;
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp
48
static struct egl_dispatch *
s_dispatch
= NULL;
variable in typeref:struct:egl_dispatch
201
s_dispatch
= create_egl_dispatch( gles_android );
202
if (!
s_dispatch
) {
244
return
s_dispatch
;
gles.cpp
24
static struct gles_dispatch *
s_dispatch
= NULL;
variable in typeref:struct:gles_dispatch
28
s_dispatch
= create_gles_dispatch(gles_android);
29
if (
s_dispatch
== NULL) {
36
if (!
s_dispatch
) {
41
return
s_dispatch
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py
691
#include "main/api_exec_%
s_dispatch
.h"
[
all
...]
/external/mesa3d/src/mesa/main/
es_generator.py
691
#include "main/api_exec_%
s_dispatch
.h"
[
all
...]
Completed in 9962 milliseconds