HomeSort by relevance Sort by last modified time
    Searched defs:createPlatformTexture (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpu.cpp 196 GrTexture* GrGpu::createPlatformTexture(const GrPlatformTextureDesc& desc) {
    [all...]
GrContext.cpp 536 GrTexture* GrContext::createPlatformTexture(const GrPlatformTextureDesc& desc) {
537 return fGpu->createPlatformTexture(desc);
    [all...]

Completed in 427 milliseconds