OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glScalexOES_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
214
glScalexOES_t
glScalexOES;
gl_proc.h
214
typedef void (GL_APIENTRY *
glScalexOES_t
) (GLfixed, GLfixed, GLfixed);
GLDispatch.cpp
231
s_gl.glScalexOES = (
glScalexOES_t
) s_gles_lib->findSymbol("glScalexOES");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
214
glScalexOES_t
glScalexOES;
[
all
...]
gles_proc.h
214
typedef void (*
glScalexOES_t
) (GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp
216
ptr = dlsym(gles_android,"glScalexOES"); disp->set_glScalexOES((
glScalexOES_t
)ptr);
Completed in 31 milliseconds