Home
last modified time | relevance | path

Searched refs:TexImage2D (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/docs/specs/
DMESA_ycbcr_texture.spec133 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
DMESA_texture_signed_rgba.spec187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
DMESA_texture_array.spec104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
/external/skia/gm/
Drectangletexture.cpp101 GR_GL_CALL(gl, TexImage2D(kTarget, 0, GR_GL_RGBA, width, height, 0, format, in createRectangleTextureImg()
/external/skqp/gm/
Drectangletexture.cpp107 GR_GL_CALL(gl, TexImage2D(kTarget, 0, GR_GL_RGBA, width, height, 0, format, in createRectangleTextureImg()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp210 GET_PROC(TexImage2D); in GrGLMakeAssembledGLInterface()
590 GET_PROC(TexImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp995 TexImage2D(target, in allocate_and_populate_texture()
1016 TexImage2D(target, in allocate_and_populate_texture()
1680 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, in getCompatibleStencilIndex()
4020 GL_CALL(TexImage2D(info.fTarget, i, internalFormat, width, height, 0, externalFormat, in createTestingOnlyBackendTexture()
4129 GL_CALL(TexImage2D(GR_GL_TEXTURE_2D, 0, colorBufferFormat, w, h, 0, externalFormat, in createTestingOnlyBackendRenderTarget()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp207 GET_PROC(TexImage2D); in GrGLMakeAssembledGLInterface()
583 GET_PROC(TexImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1031 TexImage2D(target, in allocate_and_populate_texture()
1052 TexImage2D(target, in allocate_and_populate_texture()
1714 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, in getCompatibleStencilIndex()
4061 GL_CALL(TexImage2D(info.fTarget, i, internalFormat, width, height, 0, externalFormat, in createTestingOnlyBackendTexture()
4169 GL_CALL(TexImage2D(GR_GL_TEXTURE_2D, 0, colorBufferFormat, w, h, 0, externalFormat, in createTestingOnlyBackendRenderTarget()
/external/skqp/tools/gpu/gl/
DGLTestContext.cpp343 GR_GL_CALL(fGL.get(), TexImage2D(GR_GL_TEXTURE_RECTANGLE, 0, internalFormat, width, height, 0, in createTextureRectangle()
/external/skia/tools/gpu/gl/
DGLTestContext.cpp343 GR_GL_CALL(fGL.get(), TexImage2D(GR_GL_TEXTURE_RECTANGLE, 0, internalFormat, width, height, 0, in createTextureRectangle()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp287 callgl(TexImage2D, GR_GL_TEXTURE_2D, 0, internalFormat, width, height, 0, externalFormat, type, in createTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp287 callgl(TexImage2D, GR_GL_TEXTURE_2D, 0, internalFormat, width, height, 0, externalFormat, type, in createTexture()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp945 class TexImage2D : public Operation class
948TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei …
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei widt… in TexImage2D() function in deqp::egl::GLES2ThreadTest::TexImage2D
978 void TexImage2D::exec (tcu::ThreadUtil::Thread& t) in exec()
2650 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 400, 400, … in addRandomOperation()
3265 …m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA,… in addTextureOperations()
3267 …m_threads[1]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA,… in addTextureOperations()
3370 …m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(sourceTexture, 0, GL_RGBA, 256, 256, GL… in addImageOperations()
3418 …m_threads[0]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA,… in addImageOperations()
3420 …m_threads[1]->addOperation(new GLES2ThreadTest::TexImage2D(texture, 0, GL_RGBA, 256, 256, GL_RGBA,… in addImageOperations()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd117 TexImage1D and TexImage2D.
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp307 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height,
1306 return es1::TexImage2D(target, level, internalformat, width, height, border, format, type, pixels); in glTexImage2D()
1572 this->glTexImage2D = es1::TexImage2D; in LibGLES_CMexports()
DlibGLES_CM.cpp4186 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, in TexImage2D() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h233 …void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, cons…
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h158 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height,
Dentry_points.cpp759 return gl::TexImage2D(target, level, internalformat, width, height, border, format, type, pixels); in glTexImage2D()
1676 this->glTexImage2D = gl::TexImage2D; in LibGLESv2exports()
DlibGLESv2.cpp4547 void TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, in TexImage2D() function
6539 FUNCTION(TexImage2D), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp747 { "glTexImage2D", _O(TexImage2D) },
/external/mesa3d/include/GL/
Dgl_mangle.h2153 #define glTexImage2D MANGLE(TexImage2D)