Searched defs:texelData (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | ByteBufferTest.java | 100 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 D | SpirvShaderImage.cpp | 720 …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 D | es31fFboSRGBWriteControlTests.cpp | 1257 void Renderer::readTexels(const int px, const int py, const uint32_t mode, tcu::Vec4 &texelData) in readTexels()
|