H A D | Context.cpp | 4255 // color/depth/stencil masks make the clear ineffective we skip it altogether. in clear() 4263 // If depth write is disabled, don't attempt to clear depth. in clear() 4396 void Context::clearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in clearBufferfi() argument 4414 ANGLE_CONTEXT_TRY(framebufferObject->clearBufferfi(this, buffer, drawbuffer, depth, stencil)); in clearBufferfi() 4882 GLsizei depth, in texImage3D() 4892 Extents size(width, height, depth); in texImage3D() 4904 GLsizei depth, in texImage3DRobust() 4911 texImage3D(target, level, internalformat, width, height, depth, border, format, type, pixels); in texImage3DRobust() 4963 GLsizei depth, in texSubImage3D() 4877 texImage3D(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) texImage3D() argument 4899 texImage3DRobust(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texImage3DRobust() argument 4956 texSubImage3D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) texSubImage3D() argument 4986 texSubImage3DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texSubImage3DRobust() argument 5036 compressedTexImage3D(TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) compressedTexImage3D() argument 5057 compressedTexImage3DRobust(TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) compressedTexImage3DRobust() argument 5108 compressedTexSubImage3D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) compressedTexSubImage3D() argument 5137 compressedTexSubImage3DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) compressedTexSubImage3DRobust() argument 5235 copySubTexture3D(TextureID sourceId, GLint sourceLevel, TextureTarget destTarget, TextureID destId, GLint destLevel, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLint z, GLsizei width, GLsizei height, GLsizei depth, GLboolean unpackFlipY, GLboolean unpackPremultiplyAlpha, GLboolean unpackUnmultiplyAlpha) copySubTexture3D() argument 5464 clearDepthf(GLfloat depth) clearDepthf() argument 5508 clipControl(GLenum origin, GLenum depth) clipControl() argument 6181 texStorage3DMultisample(TextureType target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) texStorage3DMultisample() argument 6421 texStorage3D(TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth) texStorage3D() argument 8498 texStorageMem3D(TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memory, GLuint64 offset) texStorageMem3D() argument 8510 texStorageMem3DMultisample(TextureType target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, MemoryObjectID memory, GLuint64 offset) texStorageMem3DMultisample() argument 8573 texStorageMemFlags3D(TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) texStorageMemFlags3D() argument 8588 texStorageMemFlags3DMultisample(TextureType target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, MemoryObjectID memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) texStorageMemFlags3DMultisample() argument [all...] |