Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrWritePixelsRenderTask.cpp19 const GrMipLevel texels[], in Make()
35 const GrMipLevel texels[], in GrWritePixelsTask()
DGrGpu.cpp54 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) { in validate_texel_levels()
191 const GrMipLevel texels[], in createTexture()
448 const GrMipLevel texels[], in writePixels()
DGrResourceProvider.cpp53 const GrMipLevel texels[]) { in createTexture()
800 const GrMipLevel texels[], in prepareLevels()
828 const GrMipLevel texels[], in writePixels()
DGrProxyProvider.cpp385 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createMippedProxyFromBitmap() local
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTexture.cpp120 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels) { in upload()
124 void GrDawnTexture::upload(const GrMipLevel texels[], int mipLevels, const SkIRect& rect) { in upload()
DGrDawnGpu.cpp93 const GrMipLevel texels[], int mipLevelCount) { in onWritePixels()
125 const GrMipLevel texels[], in onCreateTexture()
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp160 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/
Ds_texcombine.c558 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/
DGrGpu.cpp102 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()
DGrSurfaceProxy.cpp157 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipCount]); in createSurfaceImpl() local
DGrResourceProvider.cpp85 const GrMipLevel texels[], in createTexture()
DGrProxyProvider.cpp406 std::unique_ptr<GrMipLevel[]> texels(new GrMipLevel[mipLevelCount]); in createProxyFromBitmap() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dfractal.cpp82 bool writeBMP(const Color<uint8_t>* texels, in writeBMP()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h101 short *texels; member
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h102 const GrMipLevel texels[], int mipLevelCount) override { in onWritePixels()
DGrMockGpu.cpp151 const GrMipLevel texels[], in onCreateTexture()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp837 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/
DGrDawnGpu.cpp185 const GrMipLevel texels[], in onWritePixels()
348 void GrDawnGpu::uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], in uploadTextureData()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp424 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/
DComputeShaderTest.cpp868 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/
DGrD3DGpu.cpp657 const GrMipLevel texels[], in onWritePixels()
689 const GrMipLevel* texels, in uploadToTexture()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp828 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/
DComputeShaderTest.cpp1131 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/
DGrVkGpu.cpp482 const GrMipLevel texels[], in onWritePixels()
859 const GrMipLevel texels[], in uploadTexDataOptimal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2926 LLVMValueRef texels[4]; in lp_build_sample_general() local