Home
last modified time | relevance | path

Searched defs:internalformat (Results 1 – 25 of 92) sorted by relevance

1234

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DTextureUtils.cpp118 ETC2ImageFormat getEtcFormat(GLenum internalformat) { in getEtcFormat()
154 void getAstcFormatInfo(GLenum internalformat, in getAstcFormatInfo()
183 bool isAstcFormat(GLenum internalformat) { in isAstcFormat()
196 bool isEtcFormat(GLenum internalformat) { in isEtcFormat()
214 bool isEtc2Format(GLenum internalformat) { in isEtc2Format()
231 bool isBptcFormat(GLenum internalformat) { in isBptcFormat()
242 bool isS3tcFormat(GLenum internalformat) { in isS3tcFormat()
257 bool isPaletteFormat(GLenum internalformat) { in isPaletteFormat()
383 GLenum internalformat, GLsizei width, in doCompressedTexImage2D()
581 GLint getCoreProfileEmulatedInternalFormat(GLint internalformat, GLenum type) { in getCoreProfileEmulatedInternalFormat()
[all …]
DGLutils.cpp144 GLenum baseFormatOfInternalFormat(GLint internalformat) { in baseFormatOfInternalFormat()
226 GLenum accurateTypeOfInternalFormat(GLint internalformat) { in accurateTypeOfInternalFormat()
DPaletteTexture.cpp108 unsigned char* uncompressTexture(GLenum internalformat,GLenum& formatOut,GLsizei width,GLsizei heig… in uncompressTexture()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp389 bool isEtcFormat(GLenum internalformat) { in isEtcFormat()
407 bool isEtc2Format(GLenum internalformat) { in isEtc2Format()
412 ETC2ImageFormat getEtcFormat(GLenum internalformat) { in getEtcFormat()
448 bool isAstcFormat(GLenum internalformat) { in isAstcFormat()
461 bool isBptcFormat(GLenum internalformat) { in isBptcFormat()
473 bool isS3tcFormat(GLenum internalformat) { in isS3tcFormat()
489 void getAstcFormatInfo(GLenum internalformat, in getAstcFormatInfo()
549 GLsizei getAstcCompressedSize(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, … in getAstcCompressedSize()
579 GLsizei getCompressedImageBlocksize(GLenum internalformat) { in getCompressedImageBlocksize()
606 GLsizei getCompressedImageSize(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth,… in getCompressedImageSize()
DglUtils.cpp1090 bool colorRenderableFormat(GLint internalformat, GLenum texturetype, int majorVersion, int minorVer… in colorRenderableFormat()
1150 bool depthRenderableFormat(GLint internalformat) { in depthRenderableFormat()
1166 bool stencilRenderableFormat(GLint internalformat) { in stencilRenderableFormat()
DTextureSharedData.h31 GLint internalformat; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp390 bool rboFormat(GL2Encoder* ctx, GLenum internalformat) { in rboFormat()
769 bool isCompressedFormat(GLenum internalformat) { in isCompressedFormat()
819 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat) { in supportedCompressedFormat()
929 bool filterableTexFormat(GL2Encoder* ctx, GLenum internalformat) { in filterableTexFormat()
961 bool colorRenderableFormat(GL2Encoder* ctx, GLenum internalformat) { in colorRenderableFormat()
1009 bool depthRenderableFormat(GL2Encoder* ctx, GLenum internalformat) { in depthRenderableFormat()
1025 bool stencilRenderableFormat(GL2Encoder*, GLenum internalformat) { in stencilRenderableFormat()
1151 bool pixelInternalFormat(GLenum internalformat) { in pixelInternalFormat()
1166 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type) { in pixelSizedFormat()
1232 void getCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format_out, GLenum* ty… in getCompatibleFormatTypeForInternalFormat()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL43.cpp16 GLenum internalformat, in ValidateClearBufferData()
26 GLenum internalformat, in ValidateClearBufferSubData()
38 GLenum internalformat, in ValidateGetInternalformati64v()
116 GLenum internalformat, in ValidateTextureView()
DvalidationGL32.cpp33 GLenum internalformat, in ValidateTexImage2DMultisample()
44 GLenum internalformat, in ValidateTexImage3DMultisample()
DvalidationES3.cpp388 GLenum internalformat, in ValidateES3TexImageParametersBase()
707 GLenum internalformat, in ValidateES3TexImage2DParameters()
736 GLenum internalformat, in ValidateES3TexImage3DParameters()
1022 GLenum internalformat, in ValidateES3CopyTexImageParametersBase()
1097 GLenum internalformat, in ValidateES3CopyTexImage2DParameters()
1122 GLenum internalformat, in ValidateES3CopyTexImage3DParameters()
1147 GLenum internalformat, in ValidateES3TexStorageParametersBase()
1319 GLenum internalformat, in ValidateES3TexStorage2DParameters()
1337 GLenum internalformat, in ValidateES3TexStorage3DParameters()
1677 GLenum internalformat, in ValidateCompressedTexImage3D()
[all …]
DRenderbuffer.cpp104 GLenum internalformat, in setStorage()
120 GLenum internalformat, in setStorageMultisample()
DvalidationGL45.cpp45 GLenum internalformat, in ValidateClearNamedBufferData()
55 GLenum internalformat, in ValidateClearNamedBufferSubData()
779 GLenum internalformat, in ValidateNamedRenderbufferStorage()
789 GLenum internalformat, in ValidateNamedRenderbufferStorageMultisample()
803 GLenum internalformat, in ValidateTextureBuffer()
811 GLenum internalformat, in ValidateTextureBufferRange()
867 GLenum internalformat, in ValidateTextureStorage1D()
876 GLenum internalformat, in ValidateTextureStorage2D()
886 GLenum internalformat, in ValidateTextureStorage2DMultisample()
897 GLenum internalformat, in ValidateTextureStorage3D()
[all …]
DvalidationES2.cpp324 GLenum internalformat, in ValidateES2CopyTexImageParameters()
1020 GLenum internalformat, in ValidateES2TexImageParameters()
1061 GLenum internalformat, in ValidateES2TexImageParametersBase()
1772 GLenum internalformat, in ValidateES2TexStorageParameters()
2868 GLint internalformat, in ValidateTexImage2D()
2891 GLint internalformat, in ValidateTexImage2DRobustANGLE()
2992 GLenum internalformat, in ValidateCompressedTexImage2D()
3045 GLenum internalformat, in ValidateCompressedTexImage2DRobustANGLE()
3065 GLenum internalformat, in ValidateCompressedTexImage3DOES()
4515 GLenum internalformat, in ValidateRenderbufferStorage()
[all …]
DvalidationGL42.cpp76 GLenum internalformat, in ValidateTexStorage1D()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DRenderbufferNULL.cpp22 GLenum internalformat, in setStorage()
31 GLenum internalformat, in setStorageMultisample()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_2_autogen.cpp239 GLenum internalformat, in GetInternalformativ()
285 void GL_APIENTRY TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) in TexStorage1D()
308 TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) in TexStorage2D()
335 GLenum internalformat, in TexStorage3D()
Dentry_points_gl_4_3_autogen.cpp58 ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) in ClearBufferData()
85 GLenum internalformat, in ClearBufferSubData()
376 GLenum internalformat, in GetInternalformati64v()
978 GLenum internalformat, in TexBufferRange()
1009 GLenum internalformat, in TexStorage2DMultisample()
1042 GLenum internalformat, in TexStorage3DMultisample()
1078 GLenum internalformat, in TextureView()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRenderbufferGL.cpp44 GLenum internalformat, in setStorage()
68 GLenum internalformat, in setStorageMultisample()
Dnull_functions.cpp205 GLenum internalformat, in glClearBufferDataNULL()
212 GLenum internalformat, in glClearBufferSubDataNULL()
243 GLenum internalformat, in glClearNamedBufferDataNULL()
250 GLenum internalformat, in glClearNamedBufferSubDataNULL()
323 GLenum internalformat, in glCompressedTexImage1DNULL()
332 GLenum internalformat, in glCompressedTexImage2DNULL()
342 GLenum internalformat, in glCompressedTexImage3DNULL()
450 GLenum internalformat, in glCopyTexImage1DNULL()
459 GLenum internalformat, in glCopyTexImage2DNULL()
1052 GLenum internalformat, in glGetInternalformatSampleivNVNULL()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DRenderbufferD3D.cpp36 GLenum internalformat, in setStorage()
45 GLenum internalformat, in setStorageMultisample()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp42 GLenum internalformat, in setStorageImpl()
97 GLenum internalformat, in setStorage()
106 GLenum internalformat, in setStorageMultisample()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Validate.cpp538 bool GLESv2Validate::pixelItnlFrmt(GLEScontext* ctx ,GLenum internalformat) { in pixelItnlFrmt()
642 bool GLESv2Validate::pixelSizedFrmt(GLEScontext* ctx, GLenum internalformat, in pixelSizedFrmt()
767 void GLESv2Validate::getCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format… in getCompatibleFormatTypeForInternalFormat()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp41 DWORD TextureStorage9::GetTextureUsage(GLenum internalformat, bool renderTarget) in GetTextureUsage()
125 GLenum internalformat, in TextureStorage9_2D()
396 GLenum internalformat, in TextureStorage9_Cube()
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DFramebufferData.h48 GLenum internalformat = GL_RGBA4; variable
/device/generic/vulkan-cereal/stream-servers/tests/
DTextureDraw_unittest.cpp25 void TestTextureDrawBasic(const GLESv2Dispatch* gl, GLenum internalformat, in TestTextureDrawBasic()

1234