Searched refs:texSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c100 const uint texSize = pt->width0; local
106 0, 0, texSize, texSize);
115 for (i = 0; i < texSize; i++) {
116 for (j = 0; j < texSize; j++) {
118 int k = (i * texSize + j);
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
[all...]
H A Dst_texture.c423 const uint texSize = 256; /* simple, and usually perfect */ local
431 texSize, texSize, 1, 1, PIPE_BIND_SAMPLER_VIEW);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c100 const uint texSize = pt->width0; local
106 0, 0, texSize, texSize);
115 for (i = 0; i < texSize; i++) {
116 for (j = 0; j < texSize; j++) {
118 int k = (i * texSize + j);
120 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
[all...]
H A Dst_texture.c423 const uint texSize = 256; /* simple, and usually perfect */ local
431 texSize, texSize, 1, 1, PIPE_BIND_SAMPLER_VIEW);
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp79 TextureUploadCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize);
104 TextureUploadCase::TextureUploadCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) argument
109 , m_texSize (texSize)
295 TextureUploadCallCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize);
302 TextureUploadCallCase::TextureUploadCallCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) argument
303 : TextureUploadCase (context, name, description, uploadFunction, format, type, texSize)
385 TextureUploadAndDrawCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize);
396 TextureUploadAndDrawCase::TextureUploadAndDrawCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) argument
397 : TextureUploadCase (context, name, description, uploadFunction, format, type, texSize)
541 FOR_EACH(texSize, textureSize
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h78 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h78 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h78 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h78 int texSize[RADEON_NR_TEX_HEAPS]; member in struct:radeon_screen
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp117 FboColorTexCubeArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
119 , m_texSize (texSize)
121 DE_ASSERT(texSize.z() % 6 == 0);
H A Des31fGeometryShaderTests.cpp2800 const tcu::IVec3 texSize = getTargetDimensions(m_target); local
2810 m_testCtx.getLog() << tcu::TestLog::Message << "Creating cubemap texture, size = " << texSize.x() << "x" << texSize.y() << tcu::TestLog::EndMessage;
2812 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.dataType, DE_NULL);
2813 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.dataType, DE_NULL);
2814 gl.texImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGBA8, texSize.x(), texSize.y(), 0, transferFormat.format, transferFormat.dataType, DE_NULL);
2815 gl.texImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGBA8, texSize
3237 const tcu::IVec3 texSize = getTargetDimensions(m_target); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp326 FboColorTexCubeCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) argument
328 , m_texSize (texSize)
475 FboColorTex2DArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
477 , m_texSize (texSize)
601 FboColorTex3DCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
603 , m_texSize (texSize)
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm178 GLint texSize;
179 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &texSize);
181 if (texSize < _width || texSize < _height)
H A Dvideo_render_agl.cc190 GLint texSize; local
191 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &texSize);
193 if (texSize < _width || texSize < _height)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DTextureStorage11.cpp297 gl::Extents texSize(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level));
303 copyArea.width == texSize.width &&
304 copyArea.height == texSize.height &&
305 copyArea.depth == texSize.depth;
318 return blitter->copyDepthStencil(srcTexture, sourceSubresource, copyArea, texSize,
319 dstTexture, dstSubresource, copyArea, texSize,

Completed in 285 milliseconds