Home
last modified time | relevance | path

Searched defs:texelData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DByteBufferTest.java100 ByteBuffer texelData = ByteBuffer.wrap(byteArray); in testArrayBackedTexImage2d() local
131 ByteBuffer texelData = ByteBuffer.wrap(byteArray); in testArraybackedFBTextureReadPixels() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp720 …auto texelData = setupTexelAddressData(rowPitch, slicePitch, samplePitch, instruction, coordinate,… in GetNonUniformTexelAddress() local
780 …auto texelData = setupTexelAddressData(rowPitch, slicePitch, samplePitch, instruction, coordinate,… in GetTexelAddress() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp1257 void Renderer::readTexels(const int px, const int py, const uint32_t mode, tcu::Vec4 &texelData) in readTexels()