Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/
H A DDrawTextureTest.cpp79 std::array<GLColor, 2> textureData = { in TEST_P() local
269 std::vector<GLColor> textureData; in TEST_P() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A 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
H A DCopyTexImageTest.cpp1273 const GLColor *textureData) in initialize3DTexture()
1288 const GLColor *textureData) in initialize2DTexture()
1300 const GLColor *textureData) in initialize2DTextureUShort4444()
H A DIncompleteTextureTest.cpp121 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
H A DReadPixelsTest.cpp1316 std::vector<GLuint> textureData(layers * layerSize); in initializeTextureData() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DBackendSemaphorePriv.h39 static BackendSemaphore Make(BackendApi backend, const SomeBackendSemaphoreData& textureData) { in Make()
H A DBackendTexturePriv.h43 const SomeBackendTextureData& textureData) { in Make()
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DBackendTexture.h51 BackendTexture(SkISize dimensions, TextureInfo info, const SomeBackendTextureData& textureData) in BackendTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A 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()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DFramebufferAttachmentPerfTest.cpp91 std::vector<GLubyte> textureData(kTextureSize * kTextureSize * 4); in initTextures() local
H A DTexturesPerf.cpp217 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_helpers.h74 wgpu::ImageCopyBuffer textureData; member
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java97 float[] textureData = new float[vertexCount * TEXTURE_COORDS_PER_VERTEX]; in createEquirectangular() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DProjection.java101 float[] textureData = new float[vertexCount * TEXTURE_COORDS_PER_VERTEX]; in createEquirectangular() local
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DMultiviewTest.cpp71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
/aosp_15_r20/external/angle/samples/multiple_contexts/
H A DMultipleContexts.cpp78 std::vector<uint8_t> textureData; in UpdateThreadLoop() local
/aosp_15_r20/external/skia/gm/
H A Dbitmaprect.cpp110 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp1150 … const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anon705257c83e02() local
1213 … const auto textureData = loadImage(context.archive, compressedFormat, 0); in __anon705257c84102() local
H A DglcTextureRepeatModeTests.cpp1602 std::vector<GLubyte> textureData(resultTextureSize * MAX_PIXEL_SIZE, 0); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp516 const TestTextureSp &textureData, const TextureBinding::Type type, in TextureBinding()
542 void TextureBinding::updateTextureData(const TestTextureSp &textureData, const TextureBinding::Type… in updateTextureData()
/aosp_15_r20/external/skia/include/gpu/ganesh/
H A DGrBackendSurface.h238 const TextureData& textureData) in GrBackendTexture()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp119const unsigned char *textureData, in comparePixels()
/aosp_15_r20/external/skia/tests/
H A DTransferPixelsTest.cpp339 std::unique_ptr<char[]> textureData(new char[kTexDims.fHeight * textureDataRowBytes]); in basic_transfer_from_test() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.cpp349 vector<uint8_t> textureData; in requireTextures() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp488 …std::vector<glw::GLuint> textureData = getDataFromTexture(context, textureId, textureSize, format,… in calcPixelSumValue() local

123