HomeSort by relevance Sort by last modified time
    Searched refs:textureWidth (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 71 int textureWidth = sIconTextureWidth;
75 if (sourceWidth > textureWidth && sourceHeight > textureHeight) {
78 (sourceWidth - textureWidth) / 2,
80 textureWidth, textureHeight);
81 } else if (sourceWidth == textureWidth && sourceHeight == textureHeight) {
135 int textureWidth = sIconTextureWidth;
138 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
143 final int left = (textureWidth-width) / 2;
  /frameworks/base/services/core/java/com/android/server/policy/
IconUtilities.java 142 int textureWidth = mIconTextureWidth;
145 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
150 final int left = (textureWidth-width) / 2;
  /external/skia/src/gpu/
GrAtlas.cpp 158 int textureWidth = fBackingTextureSize.width();
161 int plotWidth = textureWidth / fNumPlotsX;
164 SkASSERT(plotWidth * fNumPlotsX == textureWidth);
GrBatchFontCache.cpp 20 int textureWidth, int textureHeight,
24 desc.fWidth = textureWidth;
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 335 const int textureWidth = 64;
344 genTextureData(textureData, textureWidth, textureHeight);
346 DE_ASSERT(textureData.size() == textureWidth * textureHeight * 4);
358 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, textureWidth, textureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(textureData[0]));
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 94 int textureWidth;
261 for (int x = 0; x < config.textureWidth; x++)
292 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, config.textureWidth, config.textureWidth, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(data[0]));
1026 log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight << TestLog::EndMessage;
1114 basicConfig.textureWidth = 128;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 211 int textureWidth = iconBitmapSize;
214 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
219 final int left = (textureWidth-width) / 2;
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp     [all...]

Completed in 129 milliseconds