/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 298 GrBackendTexture textures[SkYUVAInfo::kMaxPlanes]; in ensureYUVImage() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 50 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member 335 struct pipe_resource **textures = stw_st_framebuffer_validate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMultisampleLoadStoreTests.cpp | 466 const Texture textures[] = in createImageMultisampleLoadStoreTests() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.hpp | 204 ShaderSampler textures[MAX_TEXTURES]; member in deqp::ShaderEvalContext
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.hpp | 159 ShaderSampler textures[MAX_TEXTURES]; member in deqp::gls::ShaderEvalContext
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 335 GetTextureInfoByIndex( uint32_t index, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) GetTextureInfoByIndex() argument 360 BindTextureSlot(const BASE_NS::string_view& propName, META_NS::IMetadata::Ptr& meta, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) BindTextureSlot() argument 1032 BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr> textures; SynchronizeInputsFromMetadata() local [all...] |
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 88 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 924 _mesa_WaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts) _mesa_WaitSemaphoreEXT() argument 984 _mesa_SignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts) _mesa_SignalSemaphoreEXT() argument
|
H A D | texobj.c | 1191 create_textures(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures() argument 1225 create_textures_err(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures_err() argument 1260 _mesa_GenTextures_no_error(GLsizei n, GLuint *textures) _mesa_GenTextures_no_error() argument 1268 _mesa_GenTextures(GLsizei n, GLuint *textures) _mesa_GenTextures() argument 1288 _mesa_CreateTextures_no_error(GLenum target, GLsizei n, GLuint *textures) _mesa_CreateTextures_no_error() argument 1296 _mesa_CreateTextures(GLenum target, GLsizei n, GLuint *textures) _mesa_CreateTextures() argument 1443 delete_textures(struct gl_context *ctx, GLsizei n, const GLuint *textures) delete_textures() argument 1502 _mesa_DeleteTextures_no_error(GLsizei n, const GLuint *textures) _mesa_DeleteTextures_no_error() argument 1510 _mesa_DeleteTextures(GLsizei n, const GLuint *textures) _mesa_DeleteTextures() argument 1872 bind_textures(struct gl_context *ctx, GLuint first, GLsizei count, const GLuint *textures, bool no_error) bind_textures() argument 1939 _mesa_BindTextures_no_error(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindTextures_no_error() argument 1947 _mesa_BindTextures(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindTextures() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_context.h | 81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member 94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMultisampleLoadStoreTests.cpp | 502 const Texture textures[] = in createImageMultisampleLoadStoreTests() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 837 GLTexture textures[2]; in TEST_P() local 968 GLTexture textures[2]; TEST_P() local 1064 GLTexture textures[2]; TEST_P() local 1132 GLTexture textures[2]; TEST_P() local 1193 GLTexture textures[2]; TEST_P() local 1262 GLTexture textures[2]; TEST_P() local 1300 GLTexture textures[2]; TEST_P() local 1331 GLTexture textures[2]; TEST_P() local 1362 GLTexture textures[2]; TEST_P() local [all...] |
H A D | BlitFramebufferANGLETest.cpp | 2369 GLTexture textures[2]; in TEST_P() local 2425 GLTexture textures[2]; in TEST_P() local [all...] |
H A D | ClearTest.cpp | 762 GLTexture textures[kAttachmentCount]; in TEST_P() local 831 GLTexture textures[kAttachmentCount]; in TEST_P() local 902 GLTexture textures[kAttachmentCount]; in TEST_P() local 1008 GLTexture textures[kAttachmentCount]; TEST_P() local 1091 GLTexture textures[kAttachmentCount]; TEST_P() local 1217 GLTexture textures[kAttachmentCount]; TEST_P() local 1329 GLTexture textures[2]; TEST_P() local 1362 GLTexture textures[2]; TEST_P() local 1424 GLTexture textures[2]; TEST_P() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 511 DrawWithEightTextures(unsigned int iterations, GLsizei numElements, std::vector<GLuint> textures) DrawWithEightTextures() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsDmaBuf.cpp | 793 std::vector<wgpu::Texture> textures; in TEST_P() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 226 void MapTextureSlots(array_view<MaterialComponent::TextureInfo> textures, size_t baseOffset, in MapTextureSlots() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 638 static void si_check_render_feedback_textures(struct si_context *sctx, struct si_samplers *textures, in si_check_render_feedback_textures() argument 409 si_decompress_sampler_depth_textures(struct si_context *sctx, struct si_samplers *textures) si_decompress_sampler_depth_textures() argument 566 si_decompress_sampler_color_textures(struct si_context *sctx, struct si_samplers *textures) si_decompress_sampler_color_textures() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 224 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; in st_framebuffer_validate() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 181 struct pipe_sampler_view *textures[NV50_MAX_SHADER_STAGES][PIPE_MAX_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.h | 55 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.h | 86 struct agx_sampler_view *textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cmd_buffer.c | 314 struct panfrost_ptr textures = in panvk_cmd_prepare_textures() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 267 r600_decompress_depth_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) r600_decompress_depth_textures() argument 380 r600_decompress_color_textures(struct r600_context *rctx, struct r600_samplerview_state *textures) r600_decompress_color_textures() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_2_0_params.cpp | 125 CaptureDeleteTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, const TextureID *textures, ParamCapture *paramCapture) CaptureDeleteTextures_texturesPacked() argument 181 CaptureGenTextures_texturesPacked(const State &glState, bool isCallValid, GLsizei n, TextureID *textures, ParamCapture *paramCapture) CaptureGenTextures_texturesPacked() argument
|