OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glFramebufferTexture2DMultisampleIMG_client_proc_t
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
184
glFramebufferTexture2DMultisampleIMG_client_proc_t
glFramebufferTexture2DMultisampleIMG;
gl2_client_context.cpp
186
glFramebufferTexture2DMultisampleIMG = (
glFramebufferTexture2DMultisampleIMG_client_proc_t
) getProc("glFramebufferTexture2DMultisampleIMG", userData);
gl2_client_proc.h
185
typedef void (gl2_APIENTRY *
glFramebufferTexture2DMultisampleIMG_client_proc_t
) (void * ctx, GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
276
glFramebufferTexture2DMultisampleIMG_client_proc_t
glFramebufferTexture2DMultisampleIMG;
gl_client_context.cpp
278
glFramebufferTexture2DMultisampleIMG = (
glFramebufferTexture2DMultisampleIMG_client_proc_t
) getProc("glFramebufferTexture2DMultisampleIMG", userData);
gl_client_proc.h
277
typedef void (gl_APIENTRY *
glFramebufferTexture2DMultisampleIMG_client_proc_t
) (void * ctx, GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
Completed in 126 milliseconds