/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/ |
D | TextureData.h | 54 unsigned int internalFormat; variable
|
D | TranslatorIfaces.h | 74 unsigned int internalFormat; member
|
D | GLEScontext.h | 717 GLint internalFormat = 0; member
|
/device/generic/vulkan-cereal/stream-servers/gl/ |
D | ColorBufferGl.cpp | 110 static bool sGetFormatParameters(GLint* internalFormat, in sGetFormatParameters() 931 GLenum internalFormat = static_cast<GLenum>(stream->getBe32()); in onLoad() local 1056 GLint internalFormat = m_sizedInternalFormat == GL_BGRA8_EXT in importMemory() local
|
D | EmulationGl.cpp | 645 GLenum internalFormat, in createColorBuffer()
|
/device/generic/vulkan-cereal/stream-servers/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 | 2479 GLint internalFormat = in queryCurrFboBits() local 2840 GLint internalFormat) { in setupImageBlitForTexture() 2922 GLint internalFormat, in blitFromReadBufferToTextureFlipped() 3049 void GLEScontext::blitFromReadBufferToEGLImage(EGLImage image, GLint internalFormat, int width, int… in blitFromReadBufferToEGLImage()
|
/device/generic/goldfish-opengl/system/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 | 537 …nt32_t rcCreateColorBuffer_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer_enc() 1401 …eColorBufferDMA_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat, int frame… in rcCreateColorBufferDMA_enc() 1976 …ufferWithHandle_enc(void *self , uint32_t width, uint32_t height, GLenum internalFormat, uint32_t … in rcCreateColorBufferWithHandle_enc()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkCommonOperations.cpp | 1554 static VkFormat glFormat2VkFormat(GLint internalFormat) { in glFormat2VkFormat() 1594 static bool isFormatVulkanCompatible(GLenum internalFormat) { in isFormatVulkanCompatible() 1773 bool setupVkColorBufferLocked(uint32_t width, uint32_t height, GLenum internalFormat, in setupVkColorBufferLocked() 1976 bool setupVkColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat, in setupVkColorBuffer()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 824 uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() 836 uint32_t height, GLenum internalFormat, in rcCreateColorBufferDMA() 1372 uint32_t width, uint32_t height, GLenum internalFormat, uint32_t handle) in rcCreateColorBufferWithHandle()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 2618 bool GL2Encoder::validateTexBuffer(void* self, GLenum target, GLenum internalFormat, GLuint buffer)… in validateTexBuffer() 2626 bool GL2Encoder::validateTexBufferRange(void* self, GLenum target, GLenum internalFormat, GLuint bu… in validateTexBufferRange() 2642 GLenum target, GLenum internalFormat, GLuint buffer) in s_glTexBufferOES() 2654 GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size) { in s_glTexBufferRangeOES() 2664 GLenum target, GLenum internalFormat, GLuint buffer) in s_glTexBufferEXT() 2676 GLenum target, GLenum internalFormat, GLuint buffer, GLintptr offset, GLsizeiptr size) { in s_glTexBufferRangeEXT() 3634 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage2D() local 4421 void GL2Encoder::s_glTexImage3D(void* self, GLenum target, GLint level, GLint internalFormat, in s_glTexImage3D() 4656 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage3D() local
|
D | GLESv2Validation.cpp | 1220 bool textureBufferFormat(__attribute__((unused)) GL2Encoder* ctx, GLenum internalFormat) { in textureBufferFormat()
|
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 | 8982 void glTexImage3D_enc(void *self , GLenum target, GLint level, GLint internalFormat, GLsizei width,… in glTexImage3D_enc() 9026 void glTexImage3DOffsetAEMU_enc(void *self , GLenum target, GLint level, GLint internalFormat, GLsi… in glTexImage3DOffsetAEMU_enc() 12325 void glTexBufferOES_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferOES_enc() 12354 void glTexBufferRangeOES_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer, GLin… in glTexBufferRangeOES_enc() 12385 void glTexBufferEXT_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferEXT_enc() 12414 void glTexBufferRangeEXT_enc(void *self , GLenum target, GLenum internalFormat, GLuint buffer, GLin… in glTexBufferRangeEXT_enc()
|
/device/generic/vulkan-cereal/stream-servers/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 | 1027 GL_APICALL void GL_APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei … in glTexImage3D()
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglImp.cpp | 1814 …foANDROID(EGLDisplay display, EGLImage image, EGLint width, EGLint height, EGLint internalFormat) { in eglSetImageInfoANDROID()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 454 static void glTexImage3DOffsetAEMU(GLenum target, GLint level, GLint internalFormat, GLsizei width, in glTexImage3DOffsetAEMU()
|
/device/generic/vulkan-cereal/stream-servers/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 622 …:s_glTexImage3DOffsetAEMU(void* self, GLenum target, GLint level, GLint internalFormat, GLsizei wi… in s_glTexImage3DOffsetAEMU()
|