Home
last modified time | relevance | path

Searched defs:internalFormat (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureData.h54 unsigned int internalFormat; variable
DTranslatorIfaces.h74 unsigned int internalFormat; member
DGLEScontext.h727 GLint internalFormat = 0; member
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DPaletteTexture.cpp30 void getPaletteInfo(GLenum internalFormat,unsigned int& indexSizeBits,unsigned int& colorSizeBytes,… in getPaletteInfo()
DTextureUtils.cpp1183 GLenum getFormatFromInternalFormat(GLint internalFormat) { in getFormatFromInternalFormat()
1207 GLenum getTypeFromInternalFormat(GLint internalFormat) { in getTypeFromInternalFormat()
DGLEScontext.cpp2511 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/
DrenderControl_entry.cpp158 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()
DrenderControl_enc.cpp541 …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/
DColorBufferGl.cpp110 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
DEmulationGl.cpp632 GLenum internalFormat, in createColorBuffer()
/hardware/google/gfxstream/host/
DRenderControl.cpp809 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/
DVkCommonOperations.cpp1693 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()
DVkCommonOperations.h317 GLenum internalFormat; member
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp1220 bool textureBufferFormat(__attribute__((unused)) GL2Encoder* ctx, GLenum internalFormat) { in textureBufferFormat()
DGL2Encoder.cpp2633 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
Dgl2_entry.cpp2448 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()
Dgl2_enc.cpp8986 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/
DGLESv2Imp.cpp4699 …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()
DGLESv30Imp.cpp1051 GL_APICALL void GL_APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei … in glTexImage3D()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1827 …foANDROID(EGLDisplay display, EGLImage image, EGLint width, EGLint height, EGLint internalFormat) { in eglSetImageInfoANDROID()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp622 …:s_glTexImage3DOffsetAEMU(void* self, GLenum target, GLint level, GLint internalFormat, GLsizei wi… in s_glTexImage3DOffsetAEMU()