OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGLGpu
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/
GrGLGpu.cpp
8
#include "
GrGLGpu
.h"
126
bool
GrGLGpu
::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
178
sk_sp<GrGpu>
GrGLGpu
::Make(GrBackendContext backendContext, const GrContextOptions& options,
184
sk_sp<GrGpu>
GrGLGpu
::Make(sk_sp<const GrGLInterface> interface, const GrContextOptions& options,
204
return sk_sp<GrGpu>(new
GrGLGpu
(std::move(glContext), context));
207
GrGLGpu
::
GrGLGpu
(std::unique_ptr<GrGLContext> ctx, GrContext* context)
251
GrGLGpu
::~
GrGLGpu
() {
252
// Ensure any GrGpuResource objects get deleted first, since they may require a working
GrGLGpu
[
all
...]
/external/skqp/src/gpu/gl/
GrGLGpu.cpp
8
#include "
GrGLGpu
.h"
126
bool
GrGLGpu
::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
178
sk_sp<GrGpu>
GrGLGpu
::Make(GrBackendContext backendContext, const GrContextOptions& options,
184
sk_sp<GrGpu>
GrGLGpu
::Make(sk_sp<const GrGLInterface> interface, const GrContextOptions& options,
204
return sk_sp<GrGpu>(new
GrGLGpu
(std::move(glContext), context));
207
GrGLGpu
::
GrGLGpu
(std::unique_ptr<GrGLContext> ctx, GrContext* context)
251
GrGLGpu
::~
GrGLGpu
() {
252
// Ensure any GrGpuResource objects get deleted first, since they may require a working
GrGLGpu
[
all
...]
Completed in 4091 milliseconds