/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UnpackRowLength.cpp | 47 void testRowLength(int texSize, int rowLength) in testRowLength() argument
|
H A D | ExternalWrapTest.cpp | 66 constexpr GLsizei texSize = 32; variable [all...] |
H A D | RobustResourceInitTest.cpp | 1756 const int texSize = 512; in copyTexSubImage2DCustomFBOTest() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_pixeltransfer.c | 53 const uint texSize = pt->width0; in load_color_map_texture() local [all...] |
H A D | st_texture.c | 414 const uint texSize = 256; /* simple, and usually perfect */ in st_create_color_map_texture() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboColorbufferTests.cpp | 117 FboColorTex2DCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) in FboColorTex2DCase() argument 202 FboColorTexCubeArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTexCubeArrayCase() argument
|
H A D | es31fGeometryShaderTests.cpp | 2967 const tcu::IVec3 texSize = getTargetDimensions(m_target); in initTexture() local 3407 const tcu::IVec3 texSize = getTargetDimensions(m_target); renderToTexture() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.cpp | 424 Math::UVec2 texSize = baseSize / 2u; in CreateTargets() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureClampTests.cpp | 308 GLint texSize = width * height; in verifyLookupTextureData() local 725 GLint texSize = width * height * depth * mState.format.getPixelSize(); writeDataToTexture() local 823 GLint texSize = width * height; verifyLookupTextureData() local [all...] |
H A D | gl4cSparseTexture2Tests.cpp | 1066 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(); verifyTextureData() local 1250 GLint texSize = width * height * depth; verifyTextureData() local 1766 GLint texSize = width * height * depth * mState.format.getPixelSize(); verifyTextureDataExtended() local 1816 GLint texSize = width * height * mState.format.getPixelSize(); verifyTextureDataExtended() local 1879 GLint texSize = width * height * depth; verifyTextureDataExtended() local 2031 GLint texSize = width * height * depth; verifyAtomicOperations() local 2769 GLint texSize = width * height * depth * mState.format.getPixelSize(); writeDataToTexture() local 2881 GLint texSize = width * height * depth; verifyLookupTextureData() local [all...] |
H A D | gl4cSparseTextureTests.cpp | 1918 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 [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.cpp | 577 GLuint texSize = 32 / (l + 1); in fillTexture() local
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureUploadTests.cpp | 104 TextureUploadCase::TextureUploadCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadCase() argument 302 TextureUploadCallCase::TextureUploadCallCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadCallCase() argument 396 TextureUploadAndDrawCase::TextureUploadAndDrawCase (Context& context, const char* name, const char* description, UploadFunction uploadFunction, deUint32 format, deUint32 type, int texSize) in TextureUploadAndDrawCase() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboColorbufferTests.cpp | 328 FboColorTexCubeCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) in FboColorTexCubeCase() argument 477 FboColorTex2DArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTex2DArrayCase() argument 603 FboColorTex3DCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) in FboColorTex3DCase() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 3423 const gl::Extents &texSize = textureHelper.getExtents(); in readFromAttachment() local [all...] |