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

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 149 void ContextWrapper::glCopyTexImage1D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border)
sglrContextWrapper.hpp 71 void glCopyTexImage1D (deUint32 target, int level, deUint32 internalformat, int x, int y, int width, int border);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 839 &glCopyTexImage1D,
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 89 gl->copyTexImage1D = glCopyTexImage1D;
    [all...]
tcuNullRenderContextFuncs.inl 754 GLW_APICALL void GLW_APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 737 WINGDIAPI void APIENTRY glCopyTexImage1D(GLenum target,GLint level,GLenum internalFormat,GLint x,GLint y,GLsizei width,GLint border);
    [all...]
glcorearb.h 419 GLAPI void APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 89 #define glCopyTexImage1D glwCopyTexImage1D
    [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
gl_mangle.h 362 #define glCopyTexImage1D MANGLE(CopyTexImage1D)
    [all...]
glcorearb.h 419 GLAPI void APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h     [all...]
gl_mangle.h 293 #define glCopyTexImage1D MANGLE(CopyTexImage1D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h     [all...]
gl_mangle.h 310 #define glCopyTexImage1D MANGLE(CopyTexImage1D)
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 89 void glCopyTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum internalformat, glw::GLint x, glw::GLint y, glw::GLsizei width, glw::GLint border);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/swiftshader/include/GL/
glcorearb.h 419 GLAPI void APIENTRY glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]

Completed in 112 milliseconds