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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 39 private static final int MAX_TEXTURE_SIZE = 4096;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 39 private static final int MAX_TEXTURE_SIZE = 4096;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
BasicTexture.java 39 private static final int MAX_TEXTURE_SIZE = 4096;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
FECustomFilter.cpp 319 m_context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &maxTextureSize);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 140 if (pname == WebCore::GraphicsContext3D::MAX_TEXTURE_SIZE)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 174 MAX_TEXTURE_SIZE = 0x0D33,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 278 m_context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &m_maxTextureSize);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 196 const GLenum MAX_TEXTURE_SIZE = 0x0D33;
    [all...]
WebGLRenderingContext.cpp 649 m_context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &m_maxTextureSize);
    [all...]

Completed in 808 milliseconds