Home
last modified time | relevance | path

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

/external/skqp/tools/fiddle/
Dfiddle_main.cpp155 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
210 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
/external/skia/tools/fiddle/
Dfiddle_main.cpp155 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
210 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.cpp106 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
269 GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) { in writePixels()
DGrProxyProvider.cpp341 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createMipMapProxyFromBitmap() local
429 GrMipLevel texels; in createProxy() local
DGrSurfaceProxy.cpp163 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl() local
DGrResourceProvider.cpp65 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
/external/skia/src/gpu/
DGrGpu.cpp105 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
268 GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) { in writePixels()
DGrProxyProvider.cpp354 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createMipMapProxyFromBitmap() local
441 GrMipLevel texels; in createProxy() local
DGrSurfaceProxy.cpp160 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl() local
DGrResourceProvider.cpp46 const GrMipLevel texels[], int mipLevelCount) { in createTexture()
/external/skqp/src/gpu/mock/
DGrMockGpu.h84 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
DGrMockGpu.cpp89 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h101 short *texels; member
/external/skia/src/gpu/mock/
DGrMockGpu.h90 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
DGrMockGpu.cpp89 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp384 GrColorType srcColorType, const GrMipLevel texels[], in onWritePixels()
592 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataOptimal()
790 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataCompressed()
915 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp788 GrColorType srcColorType, const GrMipLevel texels[], in onWritePixels()
950 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_texture()
1051 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_compressed_texture()
1165 GrPixelConfig dataConfig, const GrMipLevel texels[], int mipLevelCount, in uploadTexData()
1352 const GrMipLevel texels[], int mipLevelCount, in uploadCompressedTexData()
1540 const GrMipLevel texels[], in onCreateTexture()
1761 const GrMipLevel texels[], int mipLevelCount, in createTextureImpl()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp387 GrColorType srcColorType, const GrMipLevel texels[], in onWritePixels()
595 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataOptimal()
792 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataCompressed()
917 const GrMipLevel texels[], int mipLevelCount) { in onCreateTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp824 GrColorType srcColorType, const GrMipLevel texels[], in onWritePixels()
986 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_texture()
1087 const GrMipLevel texels[], int mipLevelCount, in allocate_and_populate_compressed_texture()
1200 GrPixelConfig dataConfig, const GrMipLevel texels[], int mipLevelCount, in uploadTexData()
1387 const GrMipLevel texels[], int mipLevelCount, in uploadCompressedTexData()
1575 const GrMipLevel texels[], in onCreateTexture()
1795 const GrMipLevel texels[], int mipLevelCount, in createTextureImpl()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2440 LLVMValueRef texels[4]; in lp_build_sample_general() local