Home
last modified time | relevance | path

Searched refs:pixelSize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureLoader.java183 int pixelSize, int stride){ in compressTexture() argument
187 ETC1.encodeImage(input, width, height, pixelSize, stride, compressedImage); in compressTexture()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js882 var pixelSize = "5,5".split(','); // $F('pixelSize').split(',');
893 pixelWidth: pixelSize[0],
894 pixelHeight: pixelSize[1],