HomeSort by relevance Sort by last modified time
    Searched refs:glCopyTexSubImage1D (Results 1 - 19 of 19) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width)
sglrContextWrapper.hpp 73 void glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 762 &glCopyTexSubImage1D,
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 91 gl->copyTexSubImage1D = glCopyTexSubImage1D;
    [all...]
tcuNullRenderContextFuncs.inl 778 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_void.h 269 #define glCopyTexSubImage1D(_a0,_a1,_a2,_a3,_a4,_a5) {(void)(_a0);(void)(_a1);(void)(_a2);(void)(_a3);(void)(_a4);(void)(_a5);}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 739 WINGDIAPI void APIENTRY glCopyTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLint x,GLint y,GLsizei width);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 91 #define glCopyTexSubImage1D glwCopyTexSubImage1D
    [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
gl_mangle.h 314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h     [all...]
gl_mangle.h 297 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h     [all...]
gl_mangle.h 314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 91 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint x, glw::GLint y, glw::GLsizei width);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 873 GLAPI void GLAPIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 161 milliseconds