HomeSort by relevance Sort by last modified time
    Searched full:getinternalformat (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp 112 GLenum RenderbufferTexture2D::getInternalFormat() const
114 return mTexture2D->getInternalFormat(0);
181 GLenum RenderbufferTextureCubeMap::getInternalFormat() const
183 return mTextureCubeMap->getInternalFormat(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0);
255 GLenum Renderbuffer::getInternalFormat() const
257 return mInstance->getInternalFormat();
351 GLenum RenderbufferStorage::getInternalFormat() const
391 mInternalFormat = mRenderTarget->getInternalFormat();
436 mInternalFormat = mDepthStencil->getInternalFormat();
Texture.cpp 365 GLenum Texture2D::getInternalFormat(GLint level) const
368 return mImageArray[level]->getInternalFormat();
388 const int storageFormat = mImageArray[0]->getInternalFormat();
555 gl::ExtractFormat(mImageArray[0]->getInternalFormat()),
604 if ((IsFloat32Format(getInternalFormat(0)) && !mRenderer->getFloat32TextureSupport(&filtering, &renderable)) ||
605 (IsFloat16Format(getInternalFormat(0)) && !mRenderer->getFloat16TextureSupport(&filtering, &renderable)))
664 if (mImageArray[level]->getInternalFormat() != mImageArray[0]->getInternalFormat())
685 return IsCompressed(getInternalFormat(level));
690 return IsDepthTexture(getInternalFormat(level))
    [all...]
Renderbuffer.h 51 virtual GLenum getInternalFormat() const = 0;
84 virtual GLenum getInternalFormat() const;
113 virtual GLenum getInternalFormat() const;
142 virtual GLenum getInternalFormat() const;
189 GLenum getInternalFormat() const;
Framebuffer.cpp 345 if (!gl::IsColorRenderable(colorbuffer->getInternalFormat()))
352 GLint internalformat = colorbuffer->getInternalFormat();
398 if (gl::ComputePixelSize(colorbuffer->getInternalFormat()) != colorbufferSize)
417 colorbufferSize = gl::ComputePixelSize(colorbuffer->getInternalFormat());
442 if (!gl::IsDepthRenderable(depthbuffer->getInternalFormat()))
449 GLint internalformat = depthbuffer->getInternalFormat();
501 if (!gl::IsStencilRenderable(stencilbuffer->getInternalFormat()))
508 GLint internalformat = stencilbuffer->getInternalFormat();
Texture.h 146 GLenum getInternalFormat(GLint level) const;
214 GLenum getInternalFormat(GLenum target, GLint level) const;
libGLESv2.cpp 160 if (internalformat != texture->getInternalFormat(level))
201 if (internalformat != texture->getInternalFormat(target, level))
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget.h 33 GLenum getInternalFormat() { return mInternalFormat; }
Image.h 35 GLenum getInternalFormat() const { return mInternalFormat; }
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 29 static inline GLenum GetInternalFormat(GLenum internal_format) {
41 GLenum gl_internal_format = GetInternalFormat(internal_format);
123 GLenum gl_internal_format = GetInternalFormat(internalformat);
130 GLenum gl_internal_format = GetInternalFormat(internalformat);
142 GLenum gl_internal_format = GetInternalFormat(internalformat);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.h 61 GC3Denum getInternalFormat(GC3Denum target, GC3Dint level) const;
WebGLTexture.cpp 178 GC3Denum WebGLTexture::getInternalFormat(GC3Denum target, GC3Dint level) const
WebGLFramebuffer.cpp 206 return m_texture->getInternalFormat(m_target, m_level);
WebGLRenderingContext.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 48 public static int getInternalFormat(Bitmap bitmap) {
50 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 194 int format = GLUtils.getInternalFormat(bitmap);
231 int format = GLUtils.getInternalFormat(bitmap);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 194 int format = GLUtils.getInternalFormat(bitmap);
231 int format = GLUtils.getInternalFormat(bitmap);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 194 int format = GLUtils.getInternalFormat(bitmap);
231 int format = GLUtils.getInternalFormat(bitmap);
  /frameworks/base/core/jni/android/opengl/
util.cpp 593 static int getInternalFormat(SkBitmap::Config config)
636 return getInternalFormat(config);
658 internalformat = getInternalFormat(config);
707 format = getInternalFormat(config);

Completed in 654 milliseconds