Home
last modified time | relevance | path

Searched defs:texels (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
H A DGrWritePixelsRenderTask.cpp14 Make(GrDrawingManager* dm, sk_sp<GrSurfaceProxy> dst, SkIRect rect, GrColorType srcColorType, GrColorType dstColorType, const GrMipLevel texels[], int levelCount) Make() argument
30 GrWritePixelsTask(GrDrawingManager* dm, sk_sp<GrSurfaceProxy> dst, SkIRect rect, GrColorType srcColorType, GrColorType dstColorType, const GrMipLevel texels[], int levelCount) GrWritePixelsTask() argument
H A DGrResourceProvider.cpp44 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrColorType colorType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected, const GrMipLevel texels[]) createTexture() argument
803 prepareLevels(const GrBackendFormat& format, GrColorType colorType, SkISize baseSize, const GrMipLevel texels[], int mipLevelCount, TempLevels* tempLevels, TempLevelDatas* tempLevelDatas) const prepareLevels() argument
831 writePixels(sk_sp<GrTexture> texture, GrColorType colorType, SkISize baseSize, const GrMipLevel texels[], int mipLevelCount) const writePixels() argument
[all...]
H A DGrGpu.cpp53 validate_texel_levels(SkISize dimensions, GrColorType texelColorType, const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) validate_texel_levels() argument
182 createTexture(SkISize dimensions, const GrBackendFormat& format, GrTextureType textureType, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, GrColorType textureColorType, GrColorType srcColorType, const GrMipLevel texels[], int texelLevelCount) createTexture() argument
477 writePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) writePixels() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dfractal.cpp82 bool writeBMP(const Color<uint8_t>* texels, in writeBMP() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h101 short *texels; member
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp469 float texels = static_cast<float>(block_x * block_y * block_z); in astcenc_config_init() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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/d3d/
H A DGrD3DGpu.cpp664 onWritePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) onWritePixels() argument
697 uploadToTexture(GrD3DTexture* tex, SkIRect rect, GrColorType colorType, const GrMipLevel* texels, int mipLevelCount) uploadToTexture() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp356 void GrDawnGpu::uploadTextureData(GrColorType srcColorType, const GrMipLevel texels[], in uploadTextureData() argument
181 onWritePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) onWritePixels() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2949 LLVMValueRef texels[4]; in lp_build_sample_general() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp824 onWritePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) onWritePixels() argument
965 uploadColorTypeTexData(GrGLFormat textureFormat, GrColorType textureColorType, SkISize texDims, GrGLenum target, SkIRect dstRect, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) uploadColorTypeTexData() argument
1033 uploadTexData(SkISize texDims, GrGLenum target, SkIRect dstRect, GrGLenum externalFormat, GrGLenum externalType, size_t bpp, const GrMipLevel texels[], int mipLevelCount) uploadTexData() argument
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp497 onWritePixels(GrSurface* surface, SkIRect rect, GrColorType surfaceColorType, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount, bool prepForTexSampling) onWritePixels() argument
921 uploadTexDataOptimal(GrVkImage* texImage, SkIRect rect, GrColorType dataColorType, const GrMipLevel texels[], int mipLevelCount) uploadTexDataOptimal() argument

Completed in 38 milliseconds