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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 762 &glCopyTexSubImage1D,
  /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 60 gl->copyTexSubImage1D = glCopyTexSubImage1D;
tcuNullRenderContextFuncs.inl 336 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 380 "glCopyTexSubImage1D\0"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 61 SDL_PROC_UNUSED(void,glCopyTexSubImage1D,(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width))
  /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/
gluCallLogWrapperApi.inl 60 void glCopyTexSubImage1D (glw::GLenum target, glw::GLint level, glw::GLint xoffset, glw::GLint x, glw::GLint y, glw::GLsizei width);
    [all...]
gluCallLogWrapper.inl 409 void CallLogWrapper::glCopyTexSubImage1D (glw::GLenum param0, glw::GLint param1, glw::GLint param2, glw::GLint param3, glw::GLint param4, glw::GLsizei param5)
412 m_log << TestLog::Message << "glCopyTexSubImage1D(" << toHex(param0) << ", " << param1 << ", " << param2 << ", " << param3 << ", " << param4 << ", " << param5 << ");" << TestLog::EndMessage;
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 60 #define glCopyTexSubImage1D glwCopyTexSubImage1D
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
gl_mangle.h 314 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
    [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.6/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.11-4.8/sysroot/usr/include/GL/
gl.h     [all...]
gl_mangle.h 297 #define glCopyTexSubImage1D MANGLE(CopyTexSubImage1D)
    [all...]

Completed in 1204 milliseconds