/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLutils.cpp | 61 COLOR_BITS_CASE(GL_LUMINANCE, 0, 0, 0, 0) in glFormatToChannelBits() 147 case GL_LUMINANCE: in baseFormatOfInternalFormat() 228 case GL_LUMINANCE: in accurateTypeOfInternalFormat()
|
D | TextureUtils.cpp | 633 case GL_LUMINANCE: in isCoreProfileEmulatedFormat() 644 case GL_LUMINANCE: in getCoreProfileEmulatedFormat() 655 case GL_LUMINANCE: in getCoreProfileEmulatedInternalFormat() 691 case GL_LUMINANCE: in getSwizzleForEmulatedFormat() 720 case GL_LUMINANCE: in getInverseSwizzleForEmulatedFormat() 972 case GL_LUMINANCE: in s_computePixelSize() 1106 case GL_LUMINANCE: in s_computePixelSize() 1138 case GL_LUMINANCE: in s_computePixelSize() 1227 case GL_LUMINANCE: in getTypeFromInternalFormat()
|
D | GLESvalidate.cpp | 69 case GL_LUMINANCE: in pixelFrmt()
|
D | SaveableTexture.cpp | 127 case GL_LUMINANCE: in s_computePixelSize() 261 case GL_LUMINANCE: in s_computePixelSize() 293 case GL_LUMINANCE: in s_computePixelSize()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 91 case GL_LUMINANCE: return sizeof(unsigned char); in computePixelSize() 191 case GL_LUMINANCE: return sizeof(float); in computePixelSize() 211 case GL_LUMINANCE: return sizeof(unsigned short); in computePixelSize()
|
D | glUtils.cpp | 970 case GL_LUMINANCE: in glUtilsPixelBitSize()
|
D | GLClientState.cpp | 1992 case GL_LUMINANCE: in unreliableInternalFormat()
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | glUtils.cpp | 441 case GL_LUMINANCE: in glUtilsPixelBitSize()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 559 case GL_LUMINANCE: in readPixelsFormat() 973 case GL_LUMINANCE: in unsizedFormat() 1116 f(GL_LUMINANCE) \ 1185 case GL_LUMINANCE: in pixelFormat()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 625 #define GL_LUMINANCE 0x1909 macro 910 case GL_LUMINANCE: in load_ktx_uncompressed_image() 953 case GL_LUMINANCE: in load_ktx_uncompressed_image() 986 case GL_LUMINANCE: in load_ktx_uncompressed_image() 1019 case GL_LUMINANCE: in load_ktx_uncompressed_image() 1052 case GL_LUMINANCE: in load_ktx_uncompressed_image()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 170 case GL_LUMINANCE: in sGetFormatParameters() 171 *texFormat = GL_LUMINANCE; in sGetFormatParameters()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 365 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 270 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 365 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 214 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 195 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 195 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 208 #define GL_LUMINANCE 0x1909 macro
|
D | gl31.h | 208 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 208 #define GL_LUMINANCE 0x1909 macro
|
D | gl31.h | 208 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 445 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 195 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 483 #define GL_LUMINANCE 0x1909 macro
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3578 … || (format == GL_LUMINANCE && internalformat == GL_LUMINANCE)), GL_INVALID_OPERATION); in sPrepareTexImage2D()
|