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

  /external/skia/src/gpu/vk/
GrVkStencilAttachment.h 21 VkFormat fInternalFormat;
35 VkFormat vkFormat() const { return fFormat.fInternalFormat; }
GrVkStencilAttachment.cpp 36 imageDesc.fFormat = format.fInternalFormat;
52 format.fInternalFormat,
  /external/skia/src/gpu/gl/
GrGLStencilAttachment.h 20 GrGLenum fInternalFormat;
GrGLRenderTarget.cpp 73 format.fInternalFormat = GrGLStencilAttachment::kUnknownInternalFormat;
GrGLGpu.cpp     [all...]

Completed in 179 milliseconds