OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glActiveTexture_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
61
glActiveTexture_t
glActiveTexture;
gl_proc.h
61
typedef void (GL_APIENTRY *
glActiveTexture_t
) (GLenum);
GLDispatch.cpp
78
s_gl.glActiveTexture = (
glActiveTexture_t
) s_gles_lib->findSymbol("glActiveTexture");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
61
glActiveTexture_t
glActiveTexture;
333
glActiveTexture_t
set_glActiveTexture(
glActiveTexture_t
f) {
glActiveTexture_t
retval = glActiveTexture; glActiveTexture = f; return retval;}
[
all
...]
gles_proc.h
61
typedef void (*
glActiveTexture_t
) (GLenum);
gles_dispatch.cpp
63
ptr = dlsym(gles_android,"glActiveTexture"); disp->set_glActiveTexture((
glActiveTexture_t
)ptr);
Completed in 398 milliseconds