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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 40 GC3Denum getInternalFormat(WebGLObject* buffer)
43 return (reinterpret_cast<WebGLRenderbuffer*>(buffer))->getInternalFormat();
200 unsigned long format = (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getInternalFormat();
211 return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getInternalFormat(m_texTarget, m_texLevel);
220 if (checkInternalFormat && getInternalFormat(m_depthAttachment.get()) != GraphicsContext3D::DEPTH_COMPONENT16)
225 if (checkInternalFormat && getInternalFormat(m_stencilAttachment.get()) != GraphicsContext3D::STENCIL_INDEX8)
230 if (checkInternalFormat && getInternalFormat(m_depthStencilAttachment.get()) != GraphicsContext3D::DEPTH_STENCIL)
WebGLRenderbuffer.h 47 GC3Denum getInternalFormat() const { return m_internalFormat; }
WebGLTexture.h 57 GC3Denum getInternalFormat(GC3Denum target, GC3Dint level) const;
WebGLTexture.cpp 172 GC3Denum WebGLTexture::getInternalFormat(GC3Denum target, GC3Dint level) const
WebGLRenderingContext.cpp     [all...]
  /development/samples/BrowserPlugin/jni/
RenderingThread.h 54 static GLenum getInternalFormat(SkBitmap::Config config);
RenderingThread.cpp 110 GLenum RenderingThread::getInternalFormat(SkBitmap::Config config)
  /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");
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 195 int format = GLUtils.getInternalFormat(bitmap);
257 int format = GLUtils.getInternalFormat(bitmap);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 235 static GLenum getInternalFormat(SkBitmap::Config config)
528 int internalformat = getInternalFormat(config);
555 int internalformat = getInternalFormat(config);
  /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);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 408 int format = GLUtils.getInternalFormat(bitmap);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 246 milliseconds