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

  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
144 TexSubImage2D is YCBCR_MESA then format must be YCBCR_MESA.
185 INVALID_OPERATION is generated by TexSubImage2D if the internal image
MESA_texture_array.spec 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
250 must be TEXTURE_1D, the target arguments of TexSubImage2D and
    [all...]
  /external/skia/tests/
EGLImageTest.cpp 151 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(backendTexture1->fTarget, 0, 0, 0, kSize, kSize,
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 213 GET_PROC(TexSubImage2D);
641 GET_PROC(TexSubImage2D);
    [all...]
GrGLGpu.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 996 class TexSubImage2D : public Operation
999 TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync)
1014 : Operation ("TexSubImage2D", useSync, serverSync)
1030 void TexSubImage2D::exec (tcu::ThreadUtil::Thread& t)
1040 GLU_CHECK_GLW_CALL(thread.gl, texSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_width, m_height, m_format, m_type, dummyData));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 383 void (GLAPIENTRY * TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 523 PFNTEXSUBIMAGE2DPROC TexSubImage2D;
    [all...]
opengl.cpp 914 gl::TexSubImage2D(gl::TEXTURE_2D, 0, 0, 0, width, height, format, type, pixels);
    [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 899 { "glTexSubImage2D", _O(TexSubImage2D) },
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 1750 milliseconds