HomeSort by relevance Sort by last modified time
    Searched defs:glFramebufferTexture2DMultisampleIMG (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTgles3Ext.h 79 PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG glFramebufferTexture2DMultisampleIMG;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 166 PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG glFramebufferTexture2DMultisampleIMG;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 278 glFramebufferTexture2DMultisampleIMG_client_proc_t glFramebufferTexture2DMultisampleIMG;
gl_entry.cpp 273 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
    [all...]
  /device/generic/goldfish-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...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 186 glFramebufferTexture2DMultisampleIMG_client_proc_t glFramebufferTexture2DMultisampleIMG;
gl2_entry.cpp 181 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 283 #define glFramebufferTexture2DMultisampleIMG wrap_glFramebufferTexture2DMultisampleIMG
    [all...]
gles_undefine.h 282 #undef glFramebufferTexture2DMultisampleIMG
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 158 glFramebufferTexture2DMultisampleIMG(127, 127),
755 case 127: return glFramebufferTexture2DMultisampleIMG;
    [all...]

Completed in 280 milliseconds