Home
last modified time | relevance | path

Searched defs:textures (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/skia/src/gpu/
H A DGrYUVABackendTextures.cpp78 GrYUVABackendTextures( const SkYUVAInfo& yuvaInfo, const GrBackendTexture textures[SkYUVAInfo::kMaxPlanes], GrSurfaceOrigin textureOrigin) GrYUVABackendTextures() argument
H A DGrSPIRVUniformHandler.cpp284 auto textures = fTextures.items().begin(); in appendUniformDecls() local
/third_party/skia/include/gpu/
H A DGrYUVABackendTextures.h95 const std::array<GrBackendTexture, SkYUVAInfo::kMaxPlanes>& textures() const { in textures() function in GrYUVABackendTextures
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
H A Ddri_drawable.c58 struct pipe_resource **textures = in dri_st_framebuffer_validate() local
[all...]
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl_context.h45 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DWindowSurfaceCGL.h42 SwapTexture textures[3]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DWindowSurfaceEAGL.h50 SwapTexture textures[3]; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp172 GLuint textures[1] = {texture}; in TEST_P() local
227 GLuint textures[1] = {texture}; in TEST_P() local
294 GLuint textures[1] = {texture}; in TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsage.h45 std::vector<TextureBase*> textures; member
/third_party/mesa3d/src/mesa/main/
H A Dvdpau.c52 struct gl_texture_object *textures[MAX_TEXTURES]; member
H A Dshaderimage.c686 bind_image_textures(struct gl_context *ctx, GLuint first, GLuint count, const GLuint *textures, bool no_error) bind_image_textures() argument
795 _mesa_BindImageTextures_no_error(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindImageTextures_no_error() argument
804 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) _mesa_BindImageTextures() argument
[all...]
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1513 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, in glAreTexturesResidentEXT() argument
1523 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) in glDeleteTexturesEXT() argument
1530 glGenTexturesEXT(GLsizei n, GLuint *textures) in glGenTexturesEXT() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.h63 mali_ptr textures; member
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h88 rbug_texture_t *textures; member
H A Drbug_texture.c240 rbug_send_texture_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_texture_t *textures, uint32_t textures_len, uint32_t *__serial) rbug_send_texture_list_reply() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c45 struct r300_textures_state *textures = in r300_release_referenced_objects() local
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp89 drawAtlas(const SkRSXform xform[], const SkRect textures[], const SkColor colors[], int count, SkBlendMode bmode, const SkPaint& paint) drawAtlas() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
[all...]
/third_party/mesa3d/src/glx/
H A Dsingle2.c843 __indirect_glAreTexturesResident(GLsizei n, const GLuint * textures, in __indirect_glAreTexturesResident() argument
874 glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, in glAreTexturesResidentEXT() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h171 mali_ptr textures[PIPE_SHADER_TYPES]; member
/third_party/skia/tests/
H A DPromiseImageTest.cpp312 SkTArray<sk_sp<GrTexture>> textures; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp298 GrBackendTexture textures[SkYUVAInfo::kMaxPlanes]; in ensureYUVImage() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c50 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 DvktImageMultisampleLoadStoreTests.cpp466 const Texture textures[] = in createImageMultisampleLoadStoreTests() local

Completed in 16 milliseconds

12345