Home
last modified time | relevance | path

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

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