Home
last modified time | relevance | path

Searched defs:clearTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlGpu.mm447 bool GrMtlGpu::clearTexture(GrMtlTexture* tex, size_t bpp, uint32_t levelMask) { function
/external/angle/src/tests/gl_tests/
DClearTest.cpp620 GLTexture clearTexture; in TEST_P() local
671 GLTexture clearTexture; in TEST_P() local
DCopyTexImageTest.cpp873 void CopyTexImageTestES3::clearTexture(GLFramebuffer &fbo, GLTexture &texture, const GLColor color) in clearTexture() function in angle::CopyTexImageTestES3