/third_party/skia/src/gpu/ |
D | GrWritePixelsRenderTask.cpp | 19 const GrMipLevel texels[], in Make() 35 const GrMipLevel texels[], in GrWritePixelsTask()
|
D | GrGpu.cpp | 54 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels() 191 const GrMipLevel texels[], in createTexture() 448 const GrMipLevel texels[], in writePixels()
|
D | GrResourceProvider.cpp | 53 const GrMipLevel texels[]) { in createTexture() 800 const GrMipLevel texels[], in prepareLevels() 828 const GrMipLevel texels[], in writePixels()
|
D | GrProxyProvider.cpp | 385 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createMippedProxyFromBitmap() local
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 120 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels) { in upload() 124 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels, const SkIRect& rect) { in upload()
|
D | GrDawnGpu.cpp | 93 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels() 125 const GrMipLevel texels[], in onCreateTexture()
|
/third_party/flutter/skia/tools/fiddle/ |
D | fiddle_main.cpp | 160 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local 215 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in setup_backend_objects() local
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 558 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels) in swizzle_texels() 659 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.cpp | 102 static bool validate_levels(int w, int h, const GrMipLevel texels[], int mipLevelCount, int bpp, in validate_levels() 153 const GrMipLevel texels[], in createTexture() 398 const GrMipLevel texels[], int mipLevelCount) { in writePixels()
|
D | GrSurfaceProxy.cpp | 157 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl() local
|
D | GrResourceProvider.cpp | 85 const GrMipLevel texels[], in createTexture()
|
D | GrProxyProvider.cpp | 406 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createProxyFromBitmap() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 82 bool writeBMP(const Color<uint8_t>* texels, in writeBMP()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.h | 101 short *texels; member
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 102 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
|
D | GrMockGpu.cpp | 151 const GrMipLevel texels[], in onCreateTexture()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 837 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels() 961 const GrMipLevel texels[], in allocate_and_populate_texture() 1118 const GrMipLevel texels[],int mipLevelCount, in uploadTexData() 1445 const GrMipLevel texels[], in onCreateTexture() 1711 const GrMipLevel texels[], in createTexture2D() 3843 SkAutoTMalloc<GrMipLevel> texels; in createBackendTexture() local
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 185 const GrMipLevel texels[], in onWritePixels() 348 void GrDawnGpu::uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], in uploadTextureData()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 424 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels() 691 GrColorType dataColorType, const GrMipLevel texels[], in uploadTexDataOptimal() 957 const GrMipLevel texels[], in onCreateTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ComputeShaderTest.cpp | 868 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local 938 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local 2861 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 657 const GrMipLevel texels[], in onWritePixels() 689 const GrMipLevel* texels, in uploadToTexture()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 828 const GrMipLevel texels[], in onWritePixels() 971 const GrMipLevel texels[], in uploadColorTypeTexData() 1039 const GrMipLevel texels[], in uploadTexData()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ComputeShaderTest.cpp | 1131 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local 1203 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local 3287 GLuint texels[kHeight][kWidth] = {{0}}; in TEST_P() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 482 const GrMipLevel texels[], in onWritePixels() 859 const GrMipLevel texels[], in uploadTexDataOptimal()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 2926 LLVMValueRef texels[4]; in lp_build_sample_general() local
|