Home
last modified time | relevance | path

Searched defs:textureData (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp295 const std::vector<TextureData>& textureData, in DoFormatSamplingTest()
314 const std::vector<TextureData>& textureData, in DoFloatFormatSamplingTest()
330 const std::vector<TextureData>& textureData, in DoFormatRenderingTest()
358 std::vector<T> textureData = {0, 1, maxValue, maxValue}; in DoUnormTest() local
373 std::vector<T> textureData = {0, 1, -1, maxValue, minValue, T(minValue + 1), 0, 0}; in DoSnormTest() local
388 std::vector<T> textureData = {0, 1, maxValue, maxValue}; in DoUintTest() local
403 std::vector<T> textureData = {0, 1, maxValue, minValue}; in DoSintTest() local
414 std::vector<float> textureData = {+0.0f, -0.0f, 1.0f, 1.0e-29f, in DoFloat32Test() local
428 std::vector<uint16_t> textureData; in DoFloat16Test() local
462 std::vector<uint8_t> textureData = {maxValue, 1, 0, maxValue}; in TEST_P() local
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp338 const std::vector<TextureData>& textureData, in DoFormatSamplingTest()
349 const std::vector<TextureData>& textureData, in DoFloatFormatSamplingTest()
359 const std::vector<TextureData>& textureData, in DoFormatRenderingTest()
378 std::vector<T> textureData = {0, 1, maxValue, maxValue}; in DoUnormTest() local
393 std::vector<T> textureData = {0, 1, maxValue, minValue}; in DoSnormTest() local
411 std::vector<T> textureData = {0, 1, maxValue, maxValue}; in DoUintTest() local
426 std::vector<T> textureData = {0, 1, maxValue, minValue}; in DoSintTest() local
437 std::vector<float> textureData = {+0.0f, -0.0f, 1.0f, 1.0e-29f, in DoFloat32Test() local
450 std::vector<uint16_t> textureData; in DoFloat16Test() local
499 std::vector<uint8_t> textureData = {maxValue, 1, 0, maxValue}; in TEST_P() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DDrawTextureTest.cpp76 std::array<GLColor, 2> textureData = { in TEST_P() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1712 D3D11_TextureData *textureData; in D3D11_CreateTexture() local
1967 D3D11_TextureData *textureData = (D3D11_TextureData *)texture->driverdata; in D3D11_UpdateTexture() local
2003 D3D11_TextureData *textureData = (D3D11_TextureData *)texture->driverdata; in D3D11_UpdateTextureYUV() local
2027 D3D11_TextureData *textureData = (D3D11_TextureData *) texture->driverdata; in D3D11_LockTexture() local
2114 D3D11_TextureData *textureData = (D3D11_TextureData *) texture->driverdata; in D3D11_UnlockTexture() local
2152 D3D11_TextureData *textureData = NULL; in D3D11_SetRenderTarget() local
2627 D3D11_TextureData *textureData = (D3D11_TextureData *) texture->driverdata; in D3D11_RenderGetSampler() local
2644 D3D11_TextureData *textureData = (D3D11_TextureData *) texture->driverdata; in D3D11_RenderCopy() local
2736 D3D11_TextureData *textureData = (D3D11_TextureData *) texture->driverdata; in D3D11_RenderCopyEx() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DDrawTextureTest.cpp76 std::array<GLColor, 2> textureData = { in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexImageTest.cpp590 const GLColor *textureData) in initialize3DTexture()
605 const GLColor *textureData) in initialize2DTexture()
617 const GLColor *textureData) in initialize2DTextureUShort4444()
DIncompleteTextureTest.cpp102 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
DWebGLCompatibilityTest.cpp2662 constexpr float textureData[] = {15.1f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
2697 constexpr float textureData[] = {33.33f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
2732 constexpr float textureData[] = {-0.21f, 15.1f, 0.0f, 0.0f}; in TEST_P() local
3142 const GLushort textureData[] = { in TEST_P() local
3198 const GLushort textureData[] = { in TEST_P() local
3259 const GLushort textureData[] = { in TEST_P() local
3320 const GLushort textureData[] = { in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DClearPerf.cpp131 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark() local
DTexturesPerf.cpp176 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DClearPerf.cpp132 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark() local
DFramebufferAttachmentPerfTest.cpp92 std::vector<GLubyte> textureData(kTextureSize * kTextureSize * 4); in initTextures() local
DTexturesPerf.cpp217 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexImageTest.cpp826 const GLColor *textureData) in initialize3DTexture()
841 const GLColor *textureData) in initialize2DTexture()
853 const GLColor *textureData) in initialize2DTextureUShort4444()
DIncompleteTextureTest.cpp121 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
DWebGLCompatibilityTest.cpp3163 constexpr float textureData[] = {15.1f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
3198 constexpr float textureData[] = {33.33f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
3233 constexpr float textureData[] = {-0.21f, 15.1f, 0.0f, 0.0f}; in TEST_P() local
3697 const GLushort textureData[] = { in TEST_P() local
3757 const GLushort textureData[] = { in TEST_P() local
3819 const GLushort textureData[] = { in TEST_P() local
3881 const GLushort textureData[] = { in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DMultiviewTest.cpp71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
DMultipleContexts.cpp78 std::vector<uint8_t> textureData; in UpdateThreadLoop() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DMultiviewTest.cpp71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
/third_party/flutter/skia/gm/
Dbitmaprect.cpp102 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() local
/third_party/skia/gm/
Dbitmaprect.cpp105 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp119 const unsigned char* textureData, in comparePixels()
/third_party/skia/tests/
DTransferPixelsTest.cpp310 std::unique_ptr<char[]> textureData(new char[kTexDims.fHeight * textureDataRowBytes]); in basic_transfer_from_test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp981 const TextureData& textureData, in uploadImage()
1243 const TextureData& textureData, in uploadSparseImage()
1366 TextureData textureData; in useSampler() local
1565 const TextureData& textureData, in createSamplerUniform()
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp286 std::unique_ptr<char[]> textureData(new char[kTextureHeight * textureDataRowBytes]); in basic_transfer_from_test() local

12