Searched refs:format_out (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sampler.c | 72 VkFormat *format_out) in vk_sampler_border_color_value() argument 78 if (format_out) in vk_sampler_border_color_value() 79 *format_out = border_color_info->format; in vk_sampler_border_color_value() 83 if (format_out) in vk_sampler_border_color_value() 84 *format_out = VK_FORMAT_UNDEFINED; in vk_sampler_border_color_value()
|
D | vk_sampler.h | 44 VkFormat *format_out);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Validate.h | 52 …static void getCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format_out, GL…
|
D | GLESv2Validate.cpp | 778 …etCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format_out, GLenum* type_ou… in getCompatibleFormatTypeForInternalFormat() argument 781 *format_out = y; \ in getCompatibleFormatTypeForInternalFormat()
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma_sysmem.h | 142 magma_collection_info_get_format(magma_collection_info_t collection_info, uint32_t* format_out);
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.h | 80 void getCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format_out, GLenum* ty…
|
D | GLESv2Validation.cpp | 1297 void getCompatibleFormatTypeForInternalFormat(GLenum internalformat, GLenum* format_out, GLenum* ty… in getCompatibleFormatTypeForInternalFormat() argument 1300 *format_out = y; \ in getCompatibleFormatTypeForInternalFormat()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 284 GLint* internalformat_out, GLenum* format_out);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2414 GLint* internalformat_out, GLenum* format_out) { in prepareCoreProfileEmulatedTexture() argument 2452 if (format_out) *format_out = emulatedFormat; in prepareCoreProfileEmulatedTexture()
|