Searched refs:pixelSize (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | CompressedTextureLoader.java | 183 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/ |
D | raytrace.js | 882 var pixelSize = "5,5".split(','); // $F('pixelSize').split(','); 893 pixelWidth: pixelSize[0], 894 pixelHeight: pixelSize[1],
|