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

  /external/skia/tests/
RectangleTextureTest.cpp 91 sk_gpu_test::GLTestContext* glContext = ctxInfo.glContext();
103 GrGLuint rectTexID = glContext->createTextureRectangle(kWidth, kHeight, GR_GL_RGBA,
140 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
163 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
  /external/skia/example/
SkiaSDLExample.cpp 112 SDL_GLContext glContext = nullptr;
168 glContext = SDL_GL_CreateContext(window);
169 if (!glContext) {
174 int success = SDL_GL_MakeCurrent(window, glContext);
258 if (glContext) {
259 SDL_GL_DeleteContext(glContext);
  /external/skia/tools/gpu/
GrContextFactory.h 33 GLTestContext* glContext() const {
  /external/skia/src/gpu/gl/
GrGLGpu.h 46 const GrGLContext& glContext() const { return *fGLContext; }
118 return &this->glContext();
GrGLGpu.cpp 190 GrGLContext* glContext = GrGLContext::Create(glInterface.get(), options);
191 if (glContext) {
192 return new GrGLGpu(glContext, context);
260 this->glContext().extensions().print();
    [all...]

Completed in 146 milliseconds