Home
last modified time | relevance | path

Searched defs:texels (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/tools/fiddle/
Dfiddle_main.cpp158 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
216 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
/external/skqp/tools/fiddle/
Dfiddle_main.cpp158 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
216 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c557 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels) in swizzle_texels()
658 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span() local
/external/skqp/src/gpu/
DGrGpu.cpp87 const GrMipLevel texels[], int mipLevelCount) { in check_texture_creation_params()
126 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
345 GrPixelConfig config, const GrMipLevel texels[], int mipLevelCount) { in writePixels()
DGrProxyProvider.cpp243 const GrMipLevel texels[], int mipLevelCount, in createMipMapProxy()
298 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createMipMapProxy() local
DSkGr.cpp142 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in GrGenerateMipMapsAndUploadToTextureProxy() local
190 const GrMipLevel texels[], in GrUploadMipMapToTextureProxy()
DGrResourceProvider.cpp76 const GrMipLevel texels[], int mipLevelCount, in createTexture()
/external/skqp/src/gpu/ddl/
DGrDDLGpu.cpp41 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
DGrDDLGpu.h143 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
/external/skia/src/gpu/
DGrGpu.cpp76 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
379 int height, GrColorType srcColorType, const GrMipLevel texels[], in writePixels()
DGrSurfaceProxy.cpp140 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl() local
DGrResourceProvider.cpp65 const GrMipLevel texels[], int mipLevelCount, in createTexture()
/external/skqp/tests/
DGrSurfaceTest.cpp116 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[levelCount]); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
/external/skqp/src/gpu/mock/
DGrMockGpu.cpp68 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
DGrMockGpu.h109 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
/external/skia/src/gpu/mock/
DGrMockGpu.cpp68 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
DGrMockGpu.h99 int height, GrColorType, const GrMipLevel texels[], in onWritePixels()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h101 short *texels; member
/external/skqp/src/image/
DSkImage.cpp348 sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&, const GrMipLevel texels[], in MakeTextureFromMipMap()
424 sk_sp<SkImage> MakeTextureFromMipMap(GrContext*, const SkImageInfo&, const GrMipLevel texels[], in MakeTextureFromMipMap()
DSkImage_Gpu.cpp1029 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in MakeFromDeferredTextureImageData() local
1108 const GrMipLevel texels[], int mipLevelCount, in MakeTextureFromMipMap()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp389 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
626 const GrMipLevel texels[], int mipLevelCount) { in uploadTexDataOptimal()
766 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp387 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
652 const GrMipLevel texels[], int mipLevelCount) { in uploadTexDataOptimal()
792 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h123 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp761 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
910 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_texture()
1028 const GrMipLevel texels[], int mipLevelCount, in uploadTexData()
1420 const GrMipLevel texels[], in onCreateTexture()
1639 const GrMipLevel texels[], int mipLevelCount, in createTextureImpl()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp767 const GrMipLevel texels[], in onWritePixels()
910 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_texture()
1026 const GrMipLevel texels[], int mipLevelCount, in uploadTexData()
1418 const GrMipLevel texels[], in onCreateTexture()
1643 const GrMipLevel texels[], int mipLevelCount, in createTextureImpl()

12