Home
last modified time | relevance | path

Searched defs:dataRegion (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp1196 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData() local
1241 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData() local
1342 … GLubyte *dataRegion = exp_data + ((x + y * width) + z * width * height); in verifyTextureData() local
1794 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureDataExtended() local
1849 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureDataExtended() local
1965 … GLubyte *dataRegion = exp_data + ((x + y * width) + z * width * height); in verifyTextureDataExtended() local
2120 GLubyte *dataRegion = exp_data + ((x + y * width) + z * width * height); in verifyAtomicOperations() local
3025 GLubyte *dataRegion = exp_data + x + y * width + z * width * height; in verifyLookupTextureData() local
H A Dgl4cSparseTextureClampTests.cpp428 GLubyte *dataRegion = exp_data + x + y * width; in verifyLookupTextureData() local
945 GLubyte *dataRegion = exp_data + x + y * width; in verifyLookupTextureData() local
H A Dgl4cSparseTextureTests.cpp1996 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData() local
2042 GLubyte *dataRegion = exp_data + ((x + y * width) * pixelSize); in verifyTextureData() local
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfGeneratorTest.kt919 var dataRegion = ByteArray(Counter.totalSize()) { 0 } in doTestLoadStoreCounter() variable
1277 var dataRegion = ByteArray(Counter.totalSize()) { 0 } in testV2CountAndPassDrop() variable
1622 val dataRegion = ByteArray(ramSize - program.size) { 0 } in testDebugBuffer() constant
DApfStandaloneTest.kt80 val dataRegion = ByteArray(Counter.totalSize()) { 0 } in runApfTest() constant