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

1 2 3

  /external/swiftshader/src/OpenGL/libGL/
Renderbuffer.cpp 44 return sw2es::GetRedSize(getInternalFormat());
49 return sw2es::GetGreenSize(getInternalFormat());
54 return sw2es::GetBlueSize(getInternalFormat());
59 return sw2es::GetAlphaSize(getInternalFormat());
64 return sw2es::GetDepthSize(getInternalFormat());
69 return sw2es::GetStencilSize(getInternalFormat());
118 sw::Format RenderbufferTexture2D::getInternalFormat() const
120 return mTexture2D->getInternalFormat(GL_TEXTURE_2D, 0);
174 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const
176 return mTextureCubeMap->getInternalFormat(mTarget, 0)
    [all...]
Renderbuffer.h 54 virtual sw::Format getInternalFormat() const = 0;
80 virtual sw::Format getInternalFormat() const;
102 virtual sw::Format getInternalFormat() const;
125 virtual sw::Format getInternalFormat() const;
158 sw::Format getInternalFormat() const;
Device.cpp 537 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat();
538 bool depthStencil = Image::isDepth(source->getInternalFormat()) || Image::isStencil(source->getInternalFormat());
541 if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8) ||
542 (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8))
601 unsigned int bytes = width * Image::bytes(source->getInternalFormat());
Texture.h 79 virtual sw::Format getInternalFormat(GLenum target, GLint level) const = 0;
128 virtual sw::Format getInternalFormat(GLenum target, GLint level) const;
181 virtual sw::Format getInternalFormat(GLenum target, GLint level) const;
Image.hpp 49 virtual sw::Format getInternalFormat();
Texture.cpp 350 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const
353 return image[level] ? image[level]->getInternalFormat() : sw::FORMAT_NULL;
723 sw::Format TextureCubeMap::getInternalFormat(GLenum target, GLint level) const
726 return image[face][level] ? image[face][level]->getInternalFormat() : sw::FORMAT_NULL;
Context.cpp     [all...]
Image.cpp 104 sw::Format Image::getInternalFormat()
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 542 bool isDepth = (flags & Device::DEPTH_BUFFER) && Surface::isDepth(source->getInternalFormat());
543 bool isStencil = (flags & Device::STENCIL_BUFFER) && Surface::isStencil(source->getInternalFormat());
558 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat();
559 bool hasQuadLayout = Surface::hasQuadLayout(source->getInternalFormat()) || Surface::hasQuadLayout(dest->getInternalFormat());
564 bool smallMargin = sourcePitchB <= source->getWidth() * Surface::bytes(source->getInternalFormat()) + 16;
566 if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8) ||
567 (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.cpp 359 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat();
360 bool depthStencil = egl::Image::isDepth(source->getInternalFormat()) || egl::Image::isStencil(source->getInternalFormat());
363 if((source->getInternalFormat() == FORMAT_A8R8G8B8 && dest->getInternalFormat() == FORMAT_X8R8G8B8) ||
364 (source->getInternalFormat() == FORMAT_X8R8G8B8 && dest->getInternalFormat() == FORMAT_A8R8G8B8))
423 unsigned int bytes = width * egl::Image::bytes(source->getInternalFormat());
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 130 int format = GLUtils.getInternalFormat(bitmap);
156 int format = GLUtils.getInternalFormat(bitmap);
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 70 deUint32 getInternalFormat (tcu::TextureFormat format);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 40 public static int getInternalFormat(Bitmap bitmap) {
42 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);
  /external/swiftshader/src/Renderer/
Surface.hpp 311 inline Format getInternalFormat() const;
548 return internal ? getInternalFormat() : getExternalFormat();
596 Format Surface::getInternalFormat() const
Sampler.cpp 127 internalTextureFormat = surface->getInternalFormat();
Context.cpp 1462 return renderTarget[index]->getInternalFormat();
1477 if(!renderTarget[index] || renderTarget[index]->getInternalFormat() == FORMAT_NULL)
  /frameworks/base/core/jni/android/opengl/
util.cpp 664 static int getInternalFormat(SkColorType colorType)
705 return getInternalFormat(nativeBitmap.colorType());
724 internalformat = getInternalFormat(colorType);
751 int internalFormat = getInternalFormat(colorType);
    [all...]
  /external/deqp/modules/egl/
teglImageUtil.cpp 184 GLenum getInternalFormat (void) const { return m_internalFormat; }
212 return glu::getInternalFormat(glu::mapGLTransferFormat(format, type));
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 455 , m_source (context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height)
949 if ( (glu::getInternalFormat(m_internalFormat) == GL_SRGB8_ALPHA8) && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_decode") )
954 if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")) )
    [all...]
es31fTextureGatherTests.cpp     [all...]
es31fShaderImageLoadStoreTests.cpp 734 const deUint32 internalFormat = glu::getInternalFormat(src.getFormat());
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 187 GLUtils.getInternalFormat(mPreview);
  /external/swiftshader/src/Main/
FrameBuffer.cpp 125 updateState.sourceFormat = source->getInternalFormat();

Completed in 1326 milliseconds

1 2 3