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

  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 63 TexImage2D and TexSubImage2D:
67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
176 INVALID_ENUM is generated by TexImage2D if <internalFormat> is
179 INVALID_ENUM is generated by TexImage2D if <format> is MESA_YCBCR but
182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
MESA_texture_signed_rgba.spec 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
MESA_texture_array.spec 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
195 void TexImage2D(enum target, int level,
211 For the purposes of decoding the texture image, TexImage2D is
238 TexImage2D, except that the image data are taken from the framebuffer
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
610 "TexImage3D, TexImage2D, TexImage1D, Histogram, and ColorTable are
    [all...]
  /external/skia/bench/
GLBench.cpp 119 GR_GL_CALL(gl, TexImage2D(GR_GL_TEXTURE_2D,
  /external/skia/tests/
TextureStorageAllocator.cpp 36 GR_GL_CALL(allocator->m_gl, TexImage2D(target, 0, GR_GL_RGBA, width, height, 0, GR_GL_RGBA,
  /external/skia/gm/
rectangletexture.cpp 100 GR_GL_CALL(gl, TexImage2D(TARGET, 0, GR_GL_RGBA, width, height, 0,
  /external/skia/src/gpu/gl/
SkGLContext.cpp 183 GR_GL_CALL(fGL, TexImage2D(GR_GL_TEXTURE_RECTANGLE, 0, internalFormat, width, height, 0,
GrGLAssembleInterface.cpp 205 GET_PROC(TexImage2D);
638 GET_PROC(TexImage2D);
    [all...]
GrGLGpu.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 945 class TexImage2D : public Operation
948 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync)
962 : Operation ("TexImage2D", useSync, serverSync)
978 void TexImage2D::exec (tcu::ThreadUtil::Thread& t)
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 233 void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 478 PFNTEXIMAGE2DPROC TexImage2D;
    [all...]
opengl.cpp 893 gl::TexImage2D(gl::TEXTURE_2D, 0, internalFormat, width, height, 0, format, type, pixels);
    [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 749 { "glTexImage2D", _O(TexImage2D) },
    [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 535 milliseconds