OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glFramebufferTexture2DMultisampleIMG
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
268
glFramebufferTexture2DMultisampleIMG_t
glFramebufferTexture2DMultisampleIMG
;
/development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp
1281
void
glFramebufferTexture2DMultisampleIMG
(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
1283
getDispatch()->
glFramebufferTexture2DMultisampleIMG
(target, attachment, textarget, texture, level, samples);
[
all
...]
gles_dispatch.h
268
glFramebufferTexture2DMultisampleIMG_t
glFramebufferTexture2DMultisampleIMG
;
[
all
...]
Completed in 19 milliseconds