Home
last modified time | relevance | path

Searched defs:textureData (Results 1 – 25 of 28) 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 …]
DCopyTextureForBrowserTests.cpp76 std::vector<RGBA8> textureData(layout.texelBlockCount); in GetTextureData() local
DBindGroupTests.cpp1450 wgpu::Buffer textureData = in TEST_P() 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/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
DReadPixelsTest.cpp877 std::vector<GLuint> textureData(layers * layerSize); in initializeTextureData() local
DUniformTest.cpp1456 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::green); in TEST_P() local
/third_party/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/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/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/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/modules/glshared/
DglsStateChangePerfTestCases.cpp343 vector<deUint8> textureData; in requireTextures() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp312 TextureBinding::TextureBinding (Context& context, const TestTextureSp& textureData, const TextureBi… in TextureBinding()
331 void TextureBinding::updateTextureData (const TestTextureSp& textureData, const TextureBinding::Typ… in updateTextureData()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp488 …std::vector<glw::GLuint> textureData = getDataFromTexture(context, textureId, textureSize, format,… in calcPixelSumValue() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1236 const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anonc333a3923e02() local
1296 const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anonc333a3924102() local
DglcTextureRepeatModeTests.cpp1231 std::vector<GLubyte> textureData(resultTextureSize * MAX_PIXEL_SIZE, 0); in iterate() local
DglcInternalformatTests.cpp226 std::vector<unsigned char> textureData; in createTexture() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp1065 std::vector<Color<uint8_t>> textureData(kTextureWidth * kTextureHeight, kOpaqueBlack); in TEST_P() local

12