Searched refs:baseY (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp191 int baseY = 0; local
194 baseY = 2;
203 y = baseY + (i & 1);
206 y = baseY + (i & 3);
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp178 int baseY = 0; local
181 baseY = 2;
190 y = baseY + (i & 1);
193 y = baseY + (i & 3);
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp860 const int baseY = blockY*ETC2_BLOCK_HEIGHT; local
861 for (int y = 0; y < de::min((int)ETC2_BLOCK_HEIGHT, height-baseY); y++)
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
900 const int baseY = blockY*ETC2_BLOCK_HEIGHT; local
901 for (int y = 0; y < de::min((int)ETC2_BLOCK_HEIGHT, height-baseY); y++)
906 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
943 const int baseY = blockY*ETC2_BLOCK_HEIGHT; local
944 for (int y = 0; y < de::min((int)ETC2_BLOCK_HEIGHT, height-baseY); y++)
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
986 const int baseY local
1028 const int baseY = blockY*ETC2_BLOCK_HEIGHT; local
1080 const int baseY = blockY*ETC2_BLOCK_HEIGHT; local
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp178 int baseY = 0; local
181 baseY = 2;
190 y = baseY + (i & 1);
193 y = baseY + (i & 3);
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY) argument
149 gl.viewport(baseX+viewportX, baseY+viewportY, viewportW, viewportH);
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp129 static void renderQuad (const glw::Functions& gl, gls::FragmentOpUtil::QuadRenderer& renderer, const gls::FragmentOpUtil::IntegerQuad& quad, int baseX, int baseY) argument
149 gl.viewport(baseX+viewportX, baseY+viewportY, viewportW, viewportH);
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp358 for (int baseY = 0; baseY < gridSizeY; baseY++)
362 const float yf0 = (float)(baseY + 0) / (float)gridSizeY;
364 const float yf1 = (float)(baseY + 1) / (float)gridSizeY;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp358 for (int baseY = 0; baseY < gridSizeY; baseY++)
362 const float yf0 = (float)(baseY + 0) / (float)gridSizeY;
364 const float yf1 = (float)(baseY + 1) / (float)gridSizeY;

Completed in 210 milliseconds