/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions_dispatch_logging_wrappers.impl | 174 …em2DEXT_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 175 …EXT(target:0x%X, levels:%d, internalFormat:0x%X, width:%d, height:%d, memory:%d, offset:%lu)", tar… 176 …GLDispatch::glTexStorageMem2DEXT_underlying(target, levels, internalFormat, width, height, memory,… 179 …pleEXT_dispatchLoggingWrapper(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 180 …X, samples:%d, internalFormat:0x%X, width:%d, height:%d, fixedSampleLocations:%d, memory:%d, offse… 181 …GLDispatch::glTexStorageMem2DMultisampleEXT_underlying(target, samples, internalFormat, width, hei… 184 …em3DEXT_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 185 …arget:0x%X, levels:%d, internalFormat:0x%X, width:%d, height:%d, depth:%d, memory:%d, offset:%lu)"… 186 …GLDispatch::glTexStorageMem3DEXT_underlying(target, levels, internalFormat, width, height, depth, … 189 …pleEXT_dispatchLoggingWrapper(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… [all …]
|
D | gles_extensions.entries | 48 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 49 void glTexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei… 50 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 51 void glTexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei…
|
D | gles_extensions_for_gles1.entries | 49 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 50 void glTexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei… 51 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 52 void glTexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei…
|
D | gles_extensions_for_gles2.entries | 49 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 50 void glTexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei… 51 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 52 void glTexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei…
|
D | gles1_stubbed_in_translator_namespace.entries | 75 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 76 void glTexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei… 77 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 78 void glTexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_functions.h | 42 …sizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset… 43 …num internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, … 44 …vels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64… 45 …internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLui…
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 42 …_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 43 …TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 44 …_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 45 …TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width…
|
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 42 …_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 43 …TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 44 …_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 45 …TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width…
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TextureData.h | 38 internalFormat(GL_RGBA), in TextureData() 54 unsigned int internalFormat; variable
|
D | TextureUtils.h | 84 bool isIntegerInternalFormat(GLint internalFormat); 104 GLenum getFormatFromInternalFormat(GLint internalFormat); 105 GLenum getTypeFromInternalFormat(GLint internalFormat);
|
D | TranslatorIfaces.h | 58 internalFormat(0), in EglImage() 74 unsigned int internalFormat; member
|
D | GLEScontext.h | 509 GLint internalFormat, GLenum format, GLenum type); 510 void blitFromReadBufferToEGLImage(EGLImage image, GLint internalFormat, int width, int height); 727 GLint internalFormat = 0; member 740 GLint internalFormat);
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat); 43 …uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framew… 56 …void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_… 158 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() argument 161 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat); in rcCreateColorBuffer() 296 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() argument 299 return ctx->rcCreateColorBufferDMA(ctx, width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA() 374 void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_t… in rcCreateColorBufferWithHandle() argument 377 ctx->rcCreateColorBufferWithHandle(ctx, width, height, internalFormat, handle); in rcCreateColorBufferWithHandle()
|
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat) 30 GL_ENTRY(uint32_t, rcCreateColorBufferPuid, uint32_t width, uint32_t height, GLenum internalFormat,…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | PaletteTexture.cpp | 30 void getPaletteInfo(GLenum internalFormat,unsigned int& indexSizeBits,unsigned int& colorSizeBytes,… in getPaletteInfo() argument 33 switch(internalFormat) in getPaletteInfo()
|
D | TextureData.cpp | 36 internalFormat = stream->getBe32(); in TextureData() 64 stream->putBe32(internalFormat); in onSave()
|
D | TextureUtils.cpp | 1183 GLenum getFormatFromInternalFormat(GLint internalFormat) { in getFormatFromInternalFormat() argument 1184 switch (internalFormat) { in getFormatFromInternalFormat() 1203 return internalFormat; in getFormatFromInternalFormat() 1207 GLenum getTypeFromInternalFormat(GLint internalFormat) { in getTypeFromInternalFormat() argument 1208 switch (internalFormat) { in getTypeFromInternalFormat() 1239 internalFormat); in getTypeFromInternalFormat()
|
D | GLEScontext.cpp | 2511 GLint internalFormat = in queryCurrFboBits() local 2516 if (internalFormat) { in queryCurrFboBits() 2518 colorInternalFormat != internalFormat) { in queryCurrFboBits() 2522 colorInternalFormat = internalFormat; in queryCurrFboBits() 2872 GLint internalFormat) { in setupImageBlitForTexture() argument 2874 if (internalFormat != GL_RGBA8 && in setupImageBlitForTexture() 2875 internalFormat != GL_RGB8 && in setupImageBlitForTexture() 2876 internalFormat != GL_RGB565) { in setupImageBlitForTexture() 2877 switch (internalFormat) { in setupImageBlitForTexture() 2908 baseFormatOfInternalFormat(internalFormat), GL_UNSIGNED_BYTE, 0); in setupImageBlitForTexture() [all …]
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 110 static bool sGetFormatParameters(GLint* internalFormat, in sGetFormatParameters() argument 116 if (!internalFormat) { in sGetFormatParameters() 123 switch (*internalFormat) { in sGetFormatParameters() 187 *internalFormat = GL_RGB10_A2_EXT; in sGetFormatParameters() 208 *internalFormat); in sGetFormatParameters() 965 GLenum internalFormat = static_cast<GLenum>(stream->getBe32()); in onLoad() local 973 return create(p_display, width, height, internalFormat, frameworkFormat, in onLoad() 981 cb->m_internalFormat = internalFormat; in onLoad() 1103 GLint internalFormat = m_sizedInternalFormat == GL_BGRA8_EXT in importMemory() local 1106 s_gles2.glTexStorageMem2DEXT(GL_TEXTURE_2D, 1, internalFormat, m_width, in importMemory()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat) 36 GL_ENTRY(uint32_t, rcCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, … 49 …CreateColorBufferWithHandle, uint32_t width, uint32_t height, GLenum internalFormat, uint32_t hand…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 45 … GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border… 383 …internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum … 404 …sizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset… 405 …num internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, … 406 …vels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64… 407 …internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLui…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 172 …_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 173 …TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 174 …_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width… 175 …TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width… 190 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalFormat, GLuint buffer); 191 GL_APICALL void GL_APIENTRY glTexBufferRangeOES(GLenum target, GLenum internalFormat, GLuint buffer… 192 GL_APICALL void GL_APIENTRY glTexBufferEXT(GLenum target, GLenum internalFormat, GLuint buffer); 193 GL_APICALL void GL_APIENTRY glTexBufferRangeEXT(GLenum target, GLenum internalFormat, GLuint buffer… 432 img->internalFormat, img->format, img->type); in blitFromCurrentReadBufferANDROID() 434 if (!img->width || !img->height || !img->internalFormat) { in blitFromCurrentReadBufferANDROID() [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 1693 static VkFormat glFormat2VkFormat(GLint internalFormat) { in glFormat2VkFormat() argument 1694 switch (internalFormat) { in glFormat2VkFormat() 1732 internalFormat); in glFormat2VkFormat() 1737 static bool isFormatVulkanCompatible(GLenum internalFormat) { in isFormatVulkanCompatible() argument 1738 VkFormat vkFormat = glFormat2VkFormat(internalFormat); in isFormatVulkanCompatible() 1968 if (!isFormatVulkanCompatible(infoPtr->internalFormat)) { in initializeVkColorBufferLocked() 1970 infoPtr->internalFormat); in initializeVkColorBufferLocked() 1986 vkFormat = glFormat2VkFormat(infoPtr->internalFormat); in initializeVkColorBufferLocked() 2000 vkFormat = glFormat2VkFormat(infoPtr->internalFormat); in initializeVkColorBufferLocked() 2190 static bool createVkColorBufferLocked(uint32_t width, uint32_t height, GLenum internalFormat, in createVkColorBufferLocked() argument [all …]
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 809 uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() argument 816 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBuffer() 821 uint32_t height, GLenum internalFormat, in rcCreateColorBufferDMA() argument 829 return fb->createColorBuffer(width, height, internalFormat, in rcCreateColorBufferDMA() 1371 uint32_t width, uint32_t height, GLenum internalFormat, uint32_t handle) in rcCreateColorBufferWithHandle() argument 1380 width, height, internalFormat, in rcCreateColorBufferWithHandle()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.h | 76 bool textureBufferFormat(GL2Encoder* ctx, GLenum internalFormat);
|