/third_party/skia/src/gpu/ |
H A D | GrYUVABackendTextures.cpp | 78 GrYUVABackendTextures( const SkYUVAInfo& yuvaInfo, const GrBackendTexture textures[SkYUVAInfo::kMaxPlanes], GrSurfaceOrigin textureOrigin) GrYUVABackendTextures() argument
|
H A D | GrSPIRVUniformHandler.cpp | 284 auto textures = fTextures.items().begin(); in appendUniformDecls() local
|
/third_party/skia/include/gpu/ |
H A D | GrYUVABackendTextures.h | 95 const std::array<GrBackendTexture, SkYUVAInfo::kMaxPlanes>& textures() const { in textures() function in GrYUVABackendTextures
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member
|
H A D | dri_drawable.c | 58 struct pipe_resource **textures = in dri_st_framebuffer_validate() local [all...] |
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl_context.h | 45 struct pipe_resource* textures[ST_ATTACHMENT_COUNT]; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | WindowSurfaceCGL.h | 42 SwapTexture textures[3]; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
H A D | WindowSurfaceEAGL.h | 50 SwapTexture textures[3]; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanImageTest.cpp | 172 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 D | PassResourceUsage.h | 45 std::vector<TextureBase*> textures; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | vdpau.c | 52 struct gl_texture_object *textures[MAX_TEXTURES]; member
|
H A D | shaderimage.c | 686 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 D | check_table.cpp | 1513 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 D | pan_blitter.h | 63 mali_ptr textures; member
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.h | 88 rbug_texture_t *textures; member
|
H A D | rbug_texture.c | 240 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 D | r300_context.c | 45 struct r300_textures_state *textures = in r300_release_referenced_objects() local
|
/third_party/skia/src/core/ |
H A D | SkDraw_atlas.cpp | 89 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 D | xm_st.c | 44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member [all...] |
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 843 __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 D | pan_job.h | 171 mali_ptr textures[PIPE_SHADER_TYPES]; member
|
/third_party/skia/tests/ |
H A D | PromiseImageTest.cpp | 312 SkTArray<sk_sp<GrTexture>> textures; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/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
|