/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TextureData.h | 54 unsigned int internalFormat; variable
|
D | TranslatorIfaces.h | 74 unsigned int internalFormat; member
|
D | GLEScontext.h | 727 GLint internalFormat = 0; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | PaletteTexture.cpp | 30 void getPaletteInfo(GLenum internalFormat,unsigned int& indexSizeBits,unsigned int& colorSizeBytes,… in getPaletteInfo()
|
D | TextureUtils.cpp | 1183 GLenum getFormatFromInternalFormat(GLint internalFormat) { in getFormatFromInternalFormat() 1207 GLenum getTypeFromInternalFormat(GLint internalFormat) { in getTypeFromInternalFormat()
|
D | GLEScontext.cpp | 2511 GLint internalFormat = in queryCurrFboBits() local 2872 GLint internalFormat) { in setupImageBlitForTexture() 2954 GLint internalFormat, in blitFromReadBufferToTextureFlipped() 3081 void GLEScontext::blitFromReadBufferToEGLImage(EGLImage image, GLint internalFormat, int width, int… in blitFromReadBufferToEGLImage()
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 158 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() 296 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() 374 void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_t… in rcCreateColorBufferWithHandle()
|
D | renderControl_enc.cpp | 541 …nt32_t rcCreateColorBuffer_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer_enc() 1405 …eColorBufferDMA_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat, int frame… in rcCreateColorBufferDMA_enc() 1980 …ufferWithHandle_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat, uint32_t … in rcCreateColorBufferWithHandle_enc()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 110 static bool sGetFormatParameters(GLint* internalFormat, in sGetFormatParameters() 965 GLenum internalFormat = static_cast<GLenum>(stream->getBe32()); in onLoad() local 1103 GLint internalFormat = m_sizedInternalFormat == GL_BGRA8_EXT in importMemory() local
|
D | EmulationGl.cpp | 632 GLenum internalFormat, in createColorBuffer()
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 809 uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() 821 uint32_t height, GLenum internalFormat, in rcCreateColorBufferDMA() 1371 uint32_t width, uint32_t height, GLenum internalFormat, uint32_t handle) in rcCreateColorBufferWithHandle()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 1693 static VkFormat glFormat2VkFormat(GLint internalFormat) { in glFormat2VkFormat() 1737 static bool isFormatVulkanCompatible(GLenum internalFormat) { in isFormatVulkanCompatible() 2190 static bool createVkColorBufferLocked(uint32_t width, uint32_t height, GLenum internalFormat, in createVkColorBufferLocked() 2217 bool createVkColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat, in createVkColorBuffer()
|
D | VkCommonOperations.h | 317 GLenum internalFormat; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 1220 bool textureBufferFormat(__attribute__((unused)) GL2Encoder* ctx, GLenum internalFormat) { in textureBufferFormat()
|
D | GL2Encoder.cpp | 2633 bool GL2Encoder::validateTexBuffer(void* self, GLenum target, GLenum internalFormat, GLuint buffer)… in validateTexBuffer() 2641 bool GL2Encoder::validateTexBufferRange(void* self, GLenum target, GLenum internalFormat, GLuint bu… in validateTexBufferRange() 2657 GLenum target, GLenum internalFormat, GLuint buffer) in s_glTexBufferOES() 2669 GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size) { in s_glTexBufferRangeOES() 2679 GLenum target, GLenum internalFormat, GLuint buffer) in s_glTexBufferEXT() 2691 GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size) { in s_glTexBufferRangeEXT() 3605 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage2D() local 4392 void GL2Encoder::s_glTexImage3D(void* self, GLenum target, GLint level, GLint internalFormat, in s_glTexImage3D() 4627 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage3D() local
|
D | gl2_entry.cpp | 2448 void glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, … in glTexImage3D() 2454 void glTexImage3DOffsetAEMU(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsize… in glTexImage3DOffsetAEMU() 3054 void glTexBufferOES(GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferOES() 3060 void glTexBufferRangeOES(GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsi… in glTexBufferRangeOES() 3066 void glTexBufferEXT(GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferEXT() 3072 void glTexBufferRangeEXT(GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsi… in glTexBufferRangeEXT()
|
D | gl2_enc.cpp | 8986 void glTexImage3D_enc(void *self , GLenum target, GLint level, GLint internalFormat, GLsizei width,… in glTexImage3D_enc() 9030 void glTexImage3DOffsetAEMU_enc(void *self , GLenum target, GLint level, GLint internalFormat, GLsi… in glTexImage3DOffsetAEMU_enc() 12329 void glTexBufferOES_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferOES_enc() 12358 void glTexBufferRangeOES_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer, GLin… in glTexBufferRangeOES_enc() 12389 void glTexBufferEXT_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferEXT_enc() 12418 void glTexBufferRangeEXT_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer, GLin… in glTexBufferRangeEXT_enc()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 4699 …d GL_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei w… in glTexStorageMem2DEXT() 4711 …Y glTexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei w… in glTexStorageMem2DMultisampleEXT() 4716 …d GL_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei w… in glTexStorageMem3DEXT() 4721 …Y glTexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei w… in glTexStorageMem3DMultisampleEXT()
|
D | GLESv30Imp.cpp | 1051 GL_APICALL void GL_APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei … in glTexImage3D()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 1827 …foANDROID(EGLDisplay display, EGLImage image, EGLint width, EGLint height, EGLint internalFormat) { in eglSetImageInfoANDROID()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 622 …:s_glTexImage3DOffsetAEMU(void* self, GLenum target, GLint level, GLint internalFormat, GLsizei wi… in s_glTexImage3DOffsetAEMU()
|