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

  /external/skia/src/gpu/
GrGpu.h 127 GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc);
409 virtual GrTexture* onCreatePlatformTexture(const GrPlatformTextureDesc& desc) = 0;
GrGpu.cpp 196 GrTexture* GrGpu::createPlatformTexture(const GrPlatformTextureDesc& desc) {
    [all...]
GrContext.cpp 536 GrTexture* GrContext::createPlatformTexture(const GrPlatformTextureDesc& desc) {
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 108 virtual GrTexture* onCreatePlatformTexture(const GrPlatformTextureDesc& desc) SK_OVERRIDE;
GrGpuGL.cpp 483 GrTexture* GrGpuGL::onCreatePlatformTexture(const GrPlatformTextureDesc& desc) {
    [all...]
  /external/skia/include/gpu/
GrTypes.h 643 struct GrPlatformTextureDesc {
644 GrPlatformTextureDesc() { memset(this, 0, sizeof(*this)); }
GrContext.h 288 GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc);
    [all...]

Completed in 45 milliseconds