Home
last modified time | relevance | path

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

/external/mesa3d/docs/
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/tests/
DTextureStorageAllocator.cpp36 GR_GL_CALL(allocator->m_gl, TexImage2D(target, 0, GR_GL_RGBA, width, height, 0, GR_GL_RGBA, in allocateTextureStorage()
/external/skia/src/gpu/gl/
DSkGLContext.cpp183 GR_GL_CALL(fGL, TexImage2D(GR_GL_TEXTURE_RECTANGLE, 0, internalFormat, width, height, 0, in createTextureRectangle()
DGrGLAssembleInterface.cpp205 GET_PROC(TexImage2D); in GrGLAssembleGLInterface()
638 GET_PROC(TexImage2D); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp1012 GL_ALLOC_CALL(this->glInterface(), TexImage2D( in uploadTexData()
1435 GL_ALLOC_CALL(this->glInterface(), TexImage2D(GR_GL_TEXTURE_2D, in getCompatibleStencilIndex()
3899 GL_CALL(TexImage2D(info->fTarget, 0, internalFormat, w, h, 0, externalFormat, in createTestingOnlyBackendTexture()
/external/skia/bench/
DGLBench.cpp119 GR_GL_CALL(gl, TexImage2D(GR_GL_TEXTURE_2D, in SetupFramebuffer()
/external/skia/gm/
Drectangletexture.cpp100 GR_GL_CALL(gl, TexImage2D(TARGET, 0, GR_GL_RGBA, width, height, 0, in createRectangleTextureImg()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd112 TexImage1D and TexImage2D.
/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/opencv3/modules/core/src/
Dgl_core_3_1.cpp478 PFNTEXIMAGE2DPROC TexImage2D; variable
851 TexImage2D = (PFNTEXIMAGE2DPROC)IntGetProcAddress("glTexImage2D"); in Switch_TexImage2D()
852 TexImage2D(target, level, internalformat, width, height, border, format, type, pixels); in Switch_TexImage2D()
2466 TexImage2D = Switch_TexImage2D; in InitializeVariables()
Dopengl.cpp893 gl::TexImage2D(gl::TEXTURE_2D, 0, internalFormat, width, height, 0, format, type, pixels); in Impl()
Dgl_core_3_1.hpp1081 …extern void (CODEGEN_FUNCPTR *TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsize…
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h233 …void (GLAPIENTRY * TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, cons…
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp749 { "glTexImage2D", _O(TexImage2D) },
/external/mesa3d/include/GL/
Dgl_mangle.h1753 #define glTexImage2D MANGLE(TexImage2D)