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

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 72 int textureHeight = sIconTextureHeight;
75 if (sourceWidth > textureWidth && sourceHeight > textureHeight) {
79 (sourceHeight - textureHeight) / 2,
80 textureWidth, textureHeight);
81 } else if (sourceWidth == textureWidth && sourceHeight == textureHeight) {
136 int textureHeight = sIconTextureHeight;
138 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
144 final int top = (textureHeight-height) / 2;
  /frameworks/base/services/core/java/com/android/server/policy/
IconUtilities.java 109 int textureHeight = mIconTextureHeight;
111 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
117 final int top = (textureHeight-height) / 2;
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 322 int textureHeight = mIconBitmapSize;
324 Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
329 final int top = (textureHeight-height) / 2;
340 mCanvas.scale(scale, scale, textureWidth / 2, textureHeight / 2);
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 336 const int textureHeight = 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/gles3/functional/
es3fASTCDecompressionCases.cpp 332 const int textureHeight = texture.getRefTexture().getHeight();
333 const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rnd.getUint32());
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 95 int textureHeight;
263 for (int y = 0; y < config.textureHeight; y++)
1023 log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight << TestLog::EndMessage;
1112 basicConfig.textureHeight = 128;
    [all...]
teglRobustnessTests.cpp 918 int textureHeight;
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 608 DWORD textureWidth, textureHeight;
627 textureHeight = channelObj->GetTextureHeight();
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 391 milliseconds