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

  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.h 34 bool canAttemptStencilAttachment() const override;
GrGLRenderTarget.h 68 bool canAttemptStencilAttachment() const override;
GrGLTextureRenderTarget.cpp 52 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const {
GrGLRenderTarget.cpp 183 bool GrGLRenderTarget::canAttemptStencilAttachment() const {
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.h 34 bool canAttemptStencilAttachment() const override;
GrGLRenderTarget.h 68 bool canAttemptStencilAttachment() const override;
GrGLTextureRenderTarget.cpp 67 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const {
GrGLRenderTarget.cpp 183 bool GrGLRenderTarget::canAttemptStencilAttachment() const {
  /external/skia/include/gpu/
GrRenderTarget.h 112 virtual bool canAttemptStencilAttachment() const = 0;
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.h 39 bool canAttemptStencilAttachment() const override {
  /external/skqp/include/gpu/
GrRenderTarget.h 112 virtual bool canAttemptStencilAttachment() const = 0;
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.h 39 bool canAttemptStencilAttachment() const override {
  /external/skia/src/gpu/mock/
GrMockTexture.h 74 bool canAttemptStencilAttachment() const override { return true; }
  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 68 bool canAttemptStencilAttachment() const override {
  /external/skqp/src/gpu/mock/
GrMockTexture.h 74 bool canAttemptStencilAttachment() const override { return true; }
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.h 68 bool canAttemptStencilAttachment() const override {
  /external/skia/src/gpu/
GrResourceProvider.cpp 422 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) {
  /external/skqp/src/gpu/
GrResourceProvider.cpp 430 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) {

Completed in 293 milliseconds