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

  /external/skia/tests/
RectangleTextureTest.cpp 90 sk_gpu_test::GLTestContext* glContext = ctxInfo.glContext();
104 GrGLuint rectTexID = glContext->createTextureRectangle(kWidth, kHeight, GR_GL_RGBA,
135 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
158 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
  /external/skqp/tests/
RectangleTextureTest.cpp 90 sk_gpu_test::GLTestContext* glContext = ctxInfo.glContext();
104 GrGLuint rectTexID = glContext->createTextureRectangle(kWidth, kHeight, GR_GL_RGBA,
135 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
158 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
  /external/skia/example/
SkiaSDLExample.cpp 115 SDL_GLContext glContext = nullptr;
171 glContext = SDL_GL_CreateContext(window);
172 if (!glContext) {
177 int success = SDL_GL_MakeCurrent(window, glContext);
282 if (glContext) {
283 SDL_GL_DeleteContext(glContext);
  /external/skqp/example/
SkiaSDLExample.cpp 115 SDL_GLContext glContext = nullptr;
171 glContext = SDL_GL_CreateContext(window);
172 if (!glContext) {
177 int success = SDL_GL_MakeCurrent(window, glContext);
282 if (glContext) {
283 SDL_GL_DeleteContext(glContext);
  /external/skia/tools/gpu/
GrContextFactory.h 184 GLTestContext* glContext() const {
  /external/skqp/tools/gpu/
GrContextFactory.h 184 GLTestContext* glContext() const {
  /external/skia/src/gpu/gl/
GrGLGpu.h 43 const GrGLContext& glContext() const { return *fGLContext; }
132 return &this->glContext();
GrGLGpu.cpp 200 auto glContext = GrGLContext::Make(std::move(interface), options);
201 if (!glContext) {
204 return sk_sp<GrGpu>(new GrGLGpu(std::move(glContext), context));
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 43 const GrGLContext& glContext() const { return *fGLContext; }
142 return &this->glContext();
GrGLGpu.cpp 200 auto glContext = GrGLContext::Make(std::move(interface), options);
201 if (!glContext) {
204 return sk_sp<GrGpu>(new GrGLGpu(std::move(glContext), context));
    [all...]

Completed in 306 milliseconds