Searched defs:getInternalFormat (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp132 deUint32 getInternalFormat (tcu::TextureFormat texFormat) function in namespace:glu
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h37 GLenum getInternalFormat() const { return mInternalFormat; } function in class:rx::Image
H A DRenderTarget.h36 GLenum getInternalFormat() const { return mInternalFormat; } function in class:rx::RenderTarget
/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 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 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...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp184 GLenum WebGLTexture::getInternalFormat(GLenum target, GLint level) const function in class:blink::WebGLTexture
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3607 milliseconds