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

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 215 void (GLAPIENTRY *GLDispatch::glFramebufferTexture3DEXT) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) = NULL;
385 LOAD_GLEXT_FUNC(glFramebufferTexture3DEXT);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 112 static void (GLAPIENTRY *glFramebufferTexture3DEXT) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 391 #define glFramebufferTexture3DEXT MANGLE(FramebufferTexture3DEXT)
    [all...]

Completed in 50 milliseconds