Home
last modified time | relevance | path

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

12

/external/angle/src/tests/gl_tests/gles1/
DDrawTextureTest.cpp79 std::array<GLColor, 2> textureData = { in TEST_P() local
269 std::vector<GLColor> textureData; in TEST_P() local
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_helpers.h62 wgpu::ImageCopyBuffer textureData; member
/external/angle/src/tests/perf_tests/
DFramebufferAttachmentPerfTest.cpp91 std::vector<GLubyte> textureData(kTextureSize * kTextureSize * 4); in initTextures() local
DTexturesPerf.cpp217 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java101 float[] textureData = new float[vertexCount * TEXTURE_COORDS_PER_VERTEX]; in createEquirectangular() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java97 float[] textureData = new float[vertexCount * TEXTURE_COORDS_PER_VERTEX]; in createEquirectangular() local
/external/angle/samples/multiple_contexts/
DMultipleContexts.cpp78 std::vector<uint8_t> textureData; in UpdateThreadLoop() local
/external/angle/src/tests/gl_tests/
DIncompleteTextureTest.cpp121 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
DCopyTexImageTest.cpp1102 const GLColor *textureData) in initialize3DTexture()
1117 const GLColor *textureData) in initialize2DTexture()
1129 const GLColor *textureData) in initialize2DTextureUShort4444()
DWebGLCompatibilityTest.cpp3160 constexpr float textureData[] = {15.1f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
3195 constexpr float textureData[] = {33.33f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
3230 constexpr float textureData[] = {-0.21f, 15.1f, 0.0f, 0.0f}; in TEST_P() local
3680 const GLushort textureData[] = { in TEST_P() local
3741 const GLushort textureData[] = { in TEST_P() local
3804 const GLushort textureData[] = { in TEST_P() local
3867 const GLushort textureData[] = { in TEST_P() local
DReadPixelsTest.cpp1024 std::vector<GLuint> textureData(layers * layerSize); in initializeTextureData() local
DUniformTest.cpp1457 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::green); in TEST_P() local
/external/skia/gm/
Dbitmaprect.cpp110 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() local
/external/angle/src/tests/test_utils/
DMultiviewTest.cpp71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
/external/skia/include/gpu/
DGrBackendSurface.h238 const TextureData& textureData) in GrBackendTexture()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp119const unsigned char *textureData, in comparePixels()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1039 …enderCaseInstance::uploadImage(const tcu::TextureFormat &texFormat, const TextureData &textureData, in uploadImage()
1316 …aseInstance::uploadSparseImage(const tcu::TextureFormat &texFormat, const TextureData &textureData, in uploadSparseImage()
1438 TextureData textureData; in useSampler() local
1638const TextureData &textureData, const tcu::Sampler &refSampler, in createSamplerUniform()
/external/skia/tests/
DTransferPixelsTest.cpp338 std::unique_ptr<char[]> textureData(new char[kTexDims.fHeight * textureDataRowBytes]); in basic_transfer_from_test() local
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp349 vector<uint8_t> textureData; in requireTextures() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp488 …std::vector<glw::GLuint> textureData = getDataFromTexture(context, textureId, textureSize, format,… in calcPixelSumValue() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp516 const TestTextureSp &textureData, const TextureBinding::Type type, in TextureBinding()
542 void TextureBinding::updateTextureData(const TestTextureSp &textureData, const TextureBinding::Type… in updateTextureData()
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1150 … const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anon418fee263e02() local
1213 … const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anon418fee264102() local
DglcTextureRepeatModeTests.cpp1602 std::vector<GLubyte> textureData(resultTextureSize * MAX_PIXEL_SIZE, 0); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1766 de::MovePtr<BufferWithMemory> textureData; in iterate() local
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp1323 std::vector<Color<uint8_t>> textureData(kTextureWidth * kTextureHeight, kOpaqueBlack); in testTextureOffset() local

12