Home
last modified time | relevance | path

Searched defs:texSize (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.cpp1066 GLint texSize = width * height * depth * mState.format.getPixelSize(); in writeDataToTexture() local
1171 GLint texSize = width * height * depth * mState.format.getPixelSize(); in verifyTextureData() local
1209 GLint texSize = width * height * mState.format.getPixelSize(); in verifyTextureData() local
1250 GLint texSize = width * height * depth; in verifyTextureData() local
1766 GLint texSize = width * height * depth * mState.format.getPixelSize(); in verifyTextureDataExtended() local
1816 GLint texSize = width * height * mState.format.getPixelSize(); in verifyTextureDataExtended() local
1879 GLint texSize = width * height * depth; in verifyTextureDataExtended() local
2031 GLint texSize = width * height * depth; in verifyAtomicOperations() local
2769 GLint texSize = width * height * depth * mState.format.getPixelSize(); in writeDataToTexture() local
2881 GLint texSize = width * height * depth; in verifyLookupTextureData() local
Dgl4cSparseTextureClampTests.cpp308 GLint texSize = width * height; in verifyLookupTextureData() local
725 GLint texSize = width * height * depth * mState.format.getPixelSize(); in writeDataToTexture() local
823 GLint texSize = width * height; in verifyLookupTextureData() local
Dgl4cSparseTextureTests.cpp1918 GLint texSize = width * height * depth * mState.format.getPixelSize(); in writeDataToTexture() local
1972 GLint texSize = width * height * depth * mState.format.getPixelSize(); in verifyTextureData() local
2010 GLint texSize = width * height * mState.format.getPixelSize(); in verifyTextureData() local
/external/angle/src/tests/gl_tests/
DUnpackRowLength.cpp47 void testRowLength(int texSize, int rowLength) in testRowLength()
DEGLImageMECFriendlyTest.cpp40 constexpr GLsizei texSize = 32; in testSetUp() local
DExternalWrapTest.cpp66 constexpr GLsizei texSize = 32; in testSetUp() local
DRobustResourceInitTest.cpp1757 const int texSize = 512; in copyTexSubImage2DCustomFBOTest() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c53 const uint texSize = pt->width0; in load_color_map_texture() local
Dst_texture.c414 const uint texSize = 256; /* simple, and usually perfect */ in st_create_color_map_texture() local
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp104 …onst char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadCase()
302 …onst char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadCallCase()
396 …onst char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadAndDrawCase()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp117 …Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) in FboColorTex2DCase()
202 …Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTexCubeArrayCase()
Des31fGeometryShaderTests.cpp2967 const tcu::IVec3 texSize = getTargetDimensions(m_target); in initTexture() local
3407 const tcu::IVec3 texSize = getTargetDimensions(m_target); in renderToTexture() local
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp328 …Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) in FboColorTexCubeCase()
477 …Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTex2DArrayCase()
603 …Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTex3DCase()
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp577 GLuint texSize = 32 / (l + 1); in fillTexture() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1270 const tcu::UVec3 texSize) in uploadSparseImage()
1387 tcu::UVec3 texSize; in useSampler() local
1586 const tcu::UVec3 texSize, in createSamplerUniform()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h130 int texSize[RADEON_NR_TEX_HEAPS]; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h130 int texSize[RADEON_NR_TEX_HEAPS]; member
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3538 const gl::Extents &texSize = textureHelper.getExtents(); in readFromAttachment() local
DTextureStorage11.cpp554 gl::Extents texSize(getLevelWidth(level), getLevelHeight(level), getLevelDepth(level)); in updateSubresourceLevel() local