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

  /external/mesa3d/docs/specs/
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 141 GR_GL_CALL(gl, TexImage2D(GR_GL_TEXTURE_2D,
  /external/skia/gm/
rectangletexture.cpp 103 GR_GL_CALL(gl, TexImage2D(TARGET, 0, GR_GL_RGBA, width, height, 0,
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 285 GR_GL_CALL(fGL.get(), TexImage2D(GR_GL_TEXTURE_RECTANGLE, 0, internalFormat, width, height, 0,
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 210 GET_PROC(TexImage2D);
703 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/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 307 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height,
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 287 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height,
    [all...]
libGLESv2.cpp     [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/mesa3d/src/mapi/glapi/tests/
check_table.cpp 749 { "glTexImage2D", _O(TexImage2D) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 404 void TexImage2D(GLenum target,
    [all...]
mojo_gles2_impl_autogen.cc     [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/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 1129 milliseconds