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

  /external/skia/src/gpu/
GrGpu.h 125 * Implements GrContext::createPlatformTexture
127 GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc);
130 * Implements GrContext::createPlatformTexture
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...]
  /external/skia/include/gpu/
GrContext.h 288 GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc);
292 * similar to createPlatformTexture but can be used to draw into surfaces
    [all...]

Completed in 68 milliseconds