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

  /external/skia/tests/
TestTest.cpp 67 // It uses the additional SkGLContext* glContext to implement the test.
69 DEF_GPUTEST_FOR_ALL_CONTEXTS(TestGpuGrContextAndGLContext, reporter, context, glContext) {
72 REPORTER_ASSERT(reporter, glContext);
TextureStorageAllocator.cpp 56 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CustomTexture, reporter, context, glContext) {
60 const GrGLInterface* gl = glContext->gl();
91 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CustomTextureFailure, reporter, context, glContext) {
95 const GrGLInterface* gl = glContext->gl();
RectangleTextureTest.cpp 140 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RectangleTexture, reporter, context, glContext) {
152 GrGLuint rectTexID = glContext->createTextureRectangle(kWidth, kHeight, GR_GL_RGBA,
189 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
203 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
ImageTest.cpp 386 DEF_GPUTEST_FOR_NATIVE_CONTEXT(SkImage_newTextureImage, reporter, context, glContext) {
390 glContext->makeCurrent();
401 [glContext, otherContextInfo] {
404 glContext->makeCurrent();
  /external/skia/src/gpu/
GrContextFactory.h 116 ContextInfo(GrContext* grContext, SkGLContext* glContext)
117 : fGrContext(grContext), fGLContext(glContext) { }
  /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);
263 if (glContext) {
264 SDL_GL_DeleteContext(glContext);
  /external/webrtc/talk/app/webrtc/objc/
RTCEAGLVideoView.m 139 EAGLContext* glContext =
141 if (!glContext) {
142 glContext = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
144 _glRenderer = [[RTCOpenGLVideoRenderer alloc] initWithContext:glContext];
148 context:glContext];
  /external/webrtc/webrtc/api/objc/
RTCEAGLVideoView.m 121 EAGLContext *glContext =
123 if (!glContext) {
124 glContext = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
126 _glRenderer = [[RTCOpenGLVideoRenderer alloc] initWithContext:glContext];
130 context:glContext];
  /external/skia/src/gpu/gl/
GrGLGpu.h 43 const GrGLContext& glContext() const { return *fGLContext; }
115 return &this->glContext();
GrGLGpu.cpp 176 GrGLContext* glContext = GrGLContext::Create(glInterface, options);
177 if (glContext) {
178 return new GrGLGpu(glContext, context);
207 this->glContext().extensions().print();
    [all...]
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 109 GrGLuint shaderId = GrGLCompileAndAttachShader(gpu->glContext(),
  /external/skia/tools/kilobench/
kilobench.cpp 318 SkAutoTDelete<SkGLContext> glContext(SkCreatePlatformGLContext(kNone_GrGLStandard,
320 glContext->makeCurrent();

Completed in 702 milliseconds