Searched refs:getInternalFormat (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebufferAttachment.cpp36 return (GetInternalFormatInfo(getInternalFormat()).redBits > 0) ? GetInternalFormatInfo(getActualFormat()).redBits : 0;
41 return (GetInternalFormatInfo(getInternalFormat()).greenBits > 0) ? GetInternalFormatInfo(getActualFormat()).greenBits : 0;
46 return (GetInternalFormatInfo(getInternalFormat()).blueBits > 0) ? GetInternalFormatInfo(getActualFormat()).blueBits : 0;
51 return (GetInternalFormatInfo(getInternalFormat()).alphaBits > 0) ? GetInternalFormatInfo(getActualFormat()).alphaBits : 0;
56 return (GetInternalFormatInfo(getInternalFormat()).depthBits > 0) ? GetInternalFormatInfo(getActualFormat()).depthBits : 0;
61 return (GetInternalFormatInfo(getInternalFormat()).stencilBits > 0) ? GetInternalFormatInfo(getActualFormat()).stencilBits : 0;
113 GLenum TextureAttachment::getInternalFormat() const function in class:gl::TextureAttachment
115 return mTexture->getInternalFormat(mIndex);
178 GLenum RenderbufferAttachment::getInternalFormat() const function in class:gl::RenderbufferAttachment
180 return mRenderbuffer->getInternalFormat();
[all...]
H A DTexture.cpp114 return (baseImage ? baseImage->getInternalFormat() : GL_NONE);
129 GLenum Texture::getInternalFormat(const ImageIndex &index) const function in class:gl::Texture
132 return image->getInternalFormat();
213 GLenum Texture2D::getInternalFormat(GLint level) const function in class:gl::Texture2D
216 return mTexture->getImage(level, 0)->getInternalFormat();
299 if (!textureCaps.get(getInternalFormat(0)).filterable && !IsPointSampled(samplerState))
336 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(getInternalFormat(0));
354 return GetInternalFormatInfo(getInternalFormat(level)).compressed;
359 return GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0;
411 if (image->getInternalFormat() !
454 GLenum TextureCubeMap::getInternalFormat(GLenum target, GLint level) const function in class:gl::TextureCubeMap
717 GLenum Texture3D::getInternalFormat(GLint level) const function in class:gl::Texture3D
875 GLenum Texture2DArray::getInternalFormat(GLint level) const function in class:gl::Texture2DArray
[all...]
H A DFramebufferAttachment.h61 virtual GLenum getInternalFormat() const = 0;
91 virtual GLenum getInternalFormat() const;
118 virtual GLenum getInternalFormat() const;
H A DRenderbuffer.cpp62 GLenum Renderbuffer::getInternalFormat() const function in class:gl::Renderbuffer
65 return mStorage->getInternalFormat();
138 GLenum RenderbufferStorage::getInternalFormat() const function in class:gl::RenderbufferStorage
183 mInternalFormat = mRenderTarget->getInternalFormat();
223 mInternalFormat = mDepthStencil->getInternalFormat();
H A DRenderbuffer.h49 GLenum getInternalFormat() const;
77 virtual GLenum getInternalFormat() const;
H A DTexture.h67 GLenum getInternalFormat(const ImageIndex &index) const;
114 GLenum getInternalFormat(GLint level) const;
150 GLenum getInternalFormat(GLenum target, GLint level) const;
193 GLenum getInternalFormat(GLint level) const;
223 GLenum getInternalFormat(GLint level) const;
H A DvalidationES2.cpp43 if (gl::GetFormatTypeInfo(format, type).internalFormat != texture->getInternalFormat(level))
88 if (gl::GetFormatTypeInfo(format, type).internalFormat != texture->getInternalFormat(target, level))
167 textureInternalFormat = tex2d->getInternalFormat(level);
207 textureInternalFormat = texCube->getInternalFormat(target, level);
523 GLenum colorbufferFormat = framebuffer->getReadColorbuffer()->getInternalFormat();
H A DFramebuffer.cpp405 GLenum internalformat = colorbuffer->getInternalFormat();
485 GLenum internalformat = mDepthbuffer->getInternalFormat();
540 GLenum internalformat = mStencilbuffer->getInternalFormat();
H A DvalidationES3.cpp335 textureInternalFormat = texture2d->getInternalFormat(level);
367 textureInternalFormat = textureCube->getInternalFormat(target, level);
390 textureInternalFormat = texture3d->getInternalFormat(level);
413 textureInternalFormat = texture2darray->getInternalFormat(level);
888 GLenum colorbufferInternalFormat = source->getInternalFormat();
H A DvalidationES.cpp1273 textureInternalFormat = texture2d->getInternalFormat(level);
1293 textureInternalFormat = textureCube->getInternalFormat(target, level);
1308 textureInternalFormat = texture2dArray->getInternalFormat(level);
1323 textureInternalFormat = texture3d->getInternalFormat(level);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderTarget.h36 GLenum getInternalFormat() const { return mInternalFormat; } function in class:rx::RenderTarget
H A DImage.h37 GLenum getInternalFormat() const { return mInternalFormat; } function in class:rx::Image
/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp68 deUint32 getInternalFormat (tcu::TextureFormat format);
H A DgluTextureUtil.cpp132 deUint32 getInternalFormat (tcu::TextureFormat texFormat) function in namespace:glu
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTextureD3D.cpp90 return (baseImage ? baseImage->getInternalFormat() : GL_NONE);
274 GLenum TextureD3D_2D::getInternalFormat(GLint level) const
277 return mImageArray[level]->getInternalFormat();
292 return gl::GetInternalFormatInfo(getInternalFormat(level)).depthBits > 0;
346 if (isFastUnpackable(unpack, getInternalFormat(level)) && isLevelComplete(level))
351 if (renderTarget && fastUnpackPixels(unpack, pixels, destArea, getInternalFormat(level), type, renderTarget))
571 if (image->getInternalFormat() != baseImage->getInternalFormat())
792 GLenum TextureD3D_Cube::getInternalFormat(GLint level, GLint layer) const
795 return mImageArray[layer][level]->getInternalFormat();
[all...]
H A DTextureD3D.h98 GLenum getInternalFormat(GLint level) const;
156 GLenum getInternalFormat(GLint level, GLint layer) const;
213 GLenum getInternalFormat(GLint level) const;
269 GLenum getInternalFormat(GLint level) const;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.h62 GLenum getInternalFormat(GLenum target, GLint level) const;
H A DWebGLTexture.cpp184 GLenum WebGLTexture::getInternalFormat(GLenum target, GLint level) const function in class:blink::WebGLTexture
H A DWebGLFramebuffer.cpp206 return m_texture->getInternalFormat(m_target, m_level);
H A DWebGLRenderingContextBase.cpp1461 if (format != tex->getInternalFormat(target, level)) {
1537 GLenum internalformat = tex->getInternalFormat(target, level);
2031 if (!validateSettableTexFormat("generateMipmap", tex->getInternalFormat(target, 0)))
3420 if (texture->getInternalFormat(target, level) != format || texture->getType(target, level) != type) {
3681 ASSERT(tex->getInternalFormat(target, level) == format);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DClear11.cpp220 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(attachment->getInternalFormat());
227 attachment->getInternalFormat());
453 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(rt->getInternalFormat());
H A DTextureStorage11.cpp384 gl::GetInternalFormatInfo(source->getInternalFormat()).format, GL_LINEAR);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1058 DE_ASSERT(glu::isGLInternalColorFormatFilterable(glu::getInternalFormat(m_colorBufferFormat)) ||
1256 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y());
1265 << glu::getPixelFormatName(glu::getInternalFormat(m_colorBufferFormat))
1676 m_texture = MovePtr<glu::Texture2D>(new glu::Texture2D(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y()));
1803 m_texture = MovePtr<glu::Texture2DArray>(new glu::Texture2DArray(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize.x(), m_textureSize.y(), m_textureSize.z()));
1939 m_texture = MovePtr<glu::TextureCube>(new glu::TextureCube(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSize));
H A Des31fShaderImageLoadStoreTests.cpp723 const deUint32 internalFormat = glu::getInternalFormat(src.getFormat());
1124 const deUint32 internalFormatGL = glu::getInternalFormat(m_format);
1342 const deUint32 textureInternalFormatGL = glu::getInternalFormat(m_textureFormat);
1343 const deUint32 imageInternalFormatGL = glu::getInternalFormat(m_imageFormat);
1917 const deUint32 internalFormatGL = glu::getInternalFormat(m_format);
2317 const deUint32 internalFormatGL = glu::getInternalFormat(m_format);
2541 const deUint32 internalFormatGL = glu::getInternalFormat(m_format);
2764 const deUint32 internalFormatGL = glu::getInternalFormat(m_format);
H A Des31fOpaqueTypeIndexingTests.cpp268 const deUint32 intFormat = glu::getInternalFormat(texFormat);

Completed in 3110 milliseconds

12