| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_context.c | 129 softpipe_is_resource_referenced( struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer) softpipe_is_resource_referenced() argument [all...] |
| H A D | sp_flush.c | 115 softpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer, unsigned flush_flags, boolean read_only, boolean cpu_access, boolean do_not_block) softpipe_flush_resource() argument
|
| H A D | sp_tex_tile_cache.c | 126 struct pipe_resource *texture = view ? view->texture : NULL; in sp_tex_tile_cache_set_sampler_view() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | genmipmap.c | 227 _mesa_GenerateTextureMipmap_no_error(GLuint texture) in _mesa_GenerateTextureMipmap_no_error() argument 254 _mesa_GenerateTextureMipmap(GLuint texture) in _mesa_GenerateTextureMipmap() argument 264 _mesa_GenerateTextureMipmapEXT(GLuint texture, GLenum target) in _mesa_GenerateTextureMipmapEXT() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | PixmapTest.cpp | 176 GLuint texture = 0; in TEST_P() local 231 GLuint texture in TEST_P() local [all...] |
| H A D | VulkanFramebufferTest.cpp | 45 const gl::Texture *texture = context->getTexture({handle}); in hackTexture() local 57 GLTexture texture; in TEST_P() local 97 GLTexture texture; in TEST_P() local [all...] |
| H A D | DXTSRGBCompressedTextureTest.cpp | 93 GLTexture texture; in runTest() local
|
| H A D | DiscardFramebufferEXTTest.cpp | 160 GLTexture texture; in TEST_P() local
|
| H A D | FenceSyncTests.cpp | 273 GLTexture texture; in TEST_P() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelPipeline.cpp | 48 Vector4s texture; in fixedFunction() local [all...] |
| /third_party/skia/tests/ |
| H A D | VkBackendSurfaceTest.cpp | 134 GrTexture* texture = proxy->peekTexture(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local [all...] |
| H A D | GLBackendSurfaceTest.cpp | 76 auto texture = static_cast<GrGLTexture*>(proxy->peekTexture()); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
|
| /third_party/skia/include/gpu/ |
| H A D | GrYUVABackendTextures.h | 99 GrBackendTexture texture(int i) const { in texture() function in GrYUVABackendTextures
|
| /third_party/skia/experimental/graphite/src/mtl/ |
| H A D | MtlBlitCommandEncoder.h | 43 void copyFromTexture(id<MTLTexture> texture, in copyFromTexture() argument
|
| /third_party/vk-gl-cts/modules/internal/ |
| H A D | ditImageIOTests.cpp | 54 tcu::TextureLevel texture; in iterate() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fMultisampledRenderToTextureTests.cpp | 90 GLuint texture = 0; in iterate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | render_texture.cpp | 27 const RefPtr<TextureComponent> texture = AceType::DynamicCast<TextureComponent>(component); in Update() local
|
| H A D | video_element_v2.cpp | 83 RefPtr<Component> VideoElementV2::FireFullscreen(bool isFullScreen, bool isPlaying, const WeakPtr<Texture>& texture) in FireFullscreen() argument 36 FireFullscreen( bool isFullScreen, const WeakPtr<Player>& player, const WeakPtr<Texture>& texture) FireFullscreen() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
| H A D | texture.cpp | 93 auto texture = weak.Upgrade(); in CreateTexture() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
| H A D | native_texture.cpp | 96 auto texture = weak.Upgrade(); in CreateTexture() local
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | surface9.h | 42 uint8_t texture; /* rtype of container BaseTex or 0 */ member
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | quad-tex.c | 13 static struct pipe_resource *texture = NULL; variable
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear_fastpath.c | 70 const struct lp_jit_texture *texture = &context->textures[0]; in lp_linear_blit_rgba_blit() local 119 const struct lp_jit_texture *texture = &context->textures[0]; in lp_linear_blit_rgb1_blit() local [all...] |
| H A D | lp_linear_priv.h | 22 const struct lp_jit_texture *texture; member
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_sampler.c | 356 struct i915_texture *texture = in update_samplers() local [all...] |