Searched refs:texSubImage2D (Results 1 - 25 of 78) sorted by relevance

1234

/external/deqp/framework/opengl/
H A DgluPixelTransfer.hpp45 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
H A DgluPixelTransfer.cpp107 void texSubImage2D (const RenderContext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) function in namespace:glu
119 gl.texSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr());
H A DgluES3PlusWrapperFuncs.inl257 dst->texSubImage2D = src.texSubImage2D;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) function in class:sglr::Context
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
H A DsglrContext.hpp69 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) = DE_NULL;
207 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src);
H A DsglrGLContext.hpp81 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
218 using Context::texSubImage2D;
H A DsglrContextWrapper.cpp141 m_curCtx->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, data);
H A DsglrReferenceContext.hpp632 virtual void texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data);
769 using Context::texSubImage2D;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl116 gl->texSubImage2D = &glTexSubImage2D;
H A DglwInitES20.inl116 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
H A DglwInitES30Direct.inl195 gl->texSubImage2D = &glTexSubImage2D;
H A DglwInitES31Direct.inl257 gl->texSubImage2D = &glTexSubImage2D;
H A DglwInitES30.inl195 gl->texSubImage2D = (glTexSubImage2DFunc) loader->get("glTexSubImage2D");
H A DglwInitES32Direct.inl301 gl->texSubImage2D = &glTexSubImage2D;
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5ImagesArrayIndexing.cpp146 gl.texSubImage2D(GL_TEXTURE_2D, 0 /* level */, 0 /* x offset */, 0 /* y offset */, m_texture_width,
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp297 gl.texSubImage2D(target, level, x, y, width, depth, format, type, pixels);
301 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels);
304 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, level, x, y, width, height, format, type, pixels);
305 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, level, x, y, width, height, format, type, pixels);
306 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels);
307 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level, x, y, width, height, format, type, pixels);
308 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels);
309 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels);
H A Dgl4cBufferStorageTests.cpp1549 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels);
1553 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, level, x, y, width, height, format, type, pixels);
1554 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, level, x, y, width, height, format, type, pixels);
1555 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels);
1556 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level, x, y, width, height, format, type, pixels);
1557 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels);
1558 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels);
2774 gl.texSubImage2D(GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 8 /* width */, 8 /* height */, GL_RED,
H A Dgl4cMultiBindTests.cpp1296 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels);
1300 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, level, x, y, width, height, format, type, pixels);
1301 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, level, x, y, width, height, format, type, pixels);
1302 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels);
1303 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level, x, y, width, height, format, type, pixels);
1304 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels);
1305 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels);
H A Dgl4cTextureBarrierTests.cpp367 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_width, m_height, GL_RED_INTEGER, GL_UNSIGNED_INT,
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
502 { "texSubImage2D", "texsubimage2d", UPLOAD_TEXSUBIMAGE2D }
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp543 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, 0, 0, 0, uploadLevel);
695 glu::texSubImage2D(renderCtx, glu::getGLCubeFace(tcu::CubeFace(faceNdx)), 0, 0, 0, texData.getLevelFace(0, tcu::CubeFace(faceNdx)));
908 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, 0, 0, 0, uploadLevel);
969 glu::texSubImage2D(renderCtx, GL_TEXTURE_2D, levelNdx, 0, 0, uploadLevel);
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp1095 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA_INTEGER, GL_UNSIGNED_INT, rt_data);
1114 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA_INTEGER, GL_UNSIGNED_INT, rt_data);
1545 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA_INTEGER, GL_UNSIGNED_INT, rt_data);
H A DesextcTextureCubeMapArraySubImage3D.cpp386 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, copy_params.m_width, copy_params.m_height, GL_RGBA_INTEGER,
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp911 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels);
915 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, level, x, y, width, height, format, type, pixels);
916 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, level, x, y, width, height, format, type, pixels);
917 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, level, x, y, width, height, format, type, pixels);
918 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, level, x, y, width, height, format, type, pixels);
919 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, level, x, y, width, height, format, type, pixels);
920 gl.texSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, level, x, y, width, height, format, type, pixels);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp147 fFunctions.fTexSubImage2D = bind_to_member(this, &GrGLTestInterface::texSubImage2D);

Completed in 382 milliseconds

1234