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

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp140 deUint32 getInternalFormat (tcu::TextureFormat texFormat) function in namespace:glu
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp121 sw::Format getInternalFormat() const function in class:egl::Image
/external/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp175 sw::Format Surface::getInternalFormat() const function in class:egl::Surface
253 frameBuffer->flip(source, backBuffer->sw::Surface::getInternalFormat(), backBuffer->getInternalPitchB());
/external/swiftshader/src/OpenGL/libGL/
H A DRenderbuffer.cpp44 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 function in class:gl::RenderbufferTexture2D
120 return mTexture2D->getInternalFormat(GL_TEXTURE_2D, 0);
174 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const function in class:gl::RenderbufferTextureCubeMap
176 return mTextureCubeMap->getInternalFormat(mTarge
235 sw::Format Renderbuffer::getInternalFormat() const function in class:gl::Renderbuffer
318 sw::Format RenderbufferStorage::getInternalFormat() const function in class:gl::RenderbufferStorage
[all...]
H A DImage.cpp94 sw::Format Image::getInternalFormat() function in class:gl::Image
H A DTexture.cpp354 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const function in class:gl::Texture2D
357 return image[level] ? image[level]->getInternalFormat() : sw::FORMAT_NULL;
731 sw::Format TextureCubeMap::getInternalFormat(GLenum target, GLint level) const function in class:TextureCubeMap
734 return image[face][level] ? image[face][level]->getInternalFormat() : sw::FORMAT_NULL;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.cpp44 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());
130 sw::Format RenderbufferTexture2D::getInternalFormat() const function in class:es1::RenderbufferTexture2D
132 return mTexture2D->getInternalFormat(GL_TEXTURE_2D, 0);
203 sw::Format Renderbuffer::getInternalFormat() const function in class:es1::Renderbuffer
205 return mInstance->getInternalFormat();
279 sw::Format RenderbufferStorage::getInternalFormat() const function in class:es1::RenderbufferStorage
[all...]
H A DTexture.cpp445 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const function in class:es1::Texture2D
448 return image[level] ? image[level]->getInternalFormat() : sw::FORMAT_NULL;
485 switch(surface->getInternalFormat())
/external/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp44 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());
130 sw::Format RenderbufferTexture2D::getInternalFormat() const function in class:es2::RenderbufferTexture2D
132 return mTexture2D->getInternalFormat(GL_TEXTURE_2D, mLevel);
207 sw::Format RenderbufferTexture3D::getInternalFormat() const function in class:es2::RenderbufferTexture3D
209 return mTexture3D->getInternalFormat(mTexture3
275 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const function in class:es2::RenderbufferTextureCubeMap
363 sw::Format Renderbuffer::getInternalFormat() const function in class:es2::Renderbuffer
449 sw::Format RenderbufferStorage::getInternalFormat() const function in class:es2::RenderbufferStorage
[all...]
H A DTexture.cpp621 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const function in class:es2::Texture2D
624 return image[level] ? image[level]->getInternalFormat() : sw::FORMAT_NULL;
661 switch(surface->getInternalFormat())
1119 sw::Format TextureCubeMap::getInternalFormat(GLenum target, GLint level) const function in class:TextureCubeMap
1122 return image[face][level] ? image[face][level]->getInternalFormat() : sw::FORMAT_NULL;
1590 sw::Format Texture3D::getInternalFormat(GLenum target, GLint level) const
1593 return image[level] ? image[level]->getInternalFormat() : sw::FORMAT_NULL;
1630 switch(surface->getInternalFormat())
/external/deqp/modules/egl/
H A DteglImageUtil.cpp184 GLenum getInternalFormat (void) const { return m_internalFormat; } function in class:deqp::egl::Image::TextureImageSource
212 return glu::getInternalFormat(glu::mapGLTransferFormat(format, type));
/external/swiftshader/src/Renderer/
H A DSurface.hpp280 inline Format getInternalFormat() const;
503 return internal ? getInternalFormat() : getExternalFormat();
551 Format Surface::getInternalFormat() const function in class:sw::sw::Surface
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 261 milliseconds