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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.cpp 30 GLTraceContext *glContext = getGLTraceContext();
51 glContext->traceGLMessage(&glmessage);
56 GLTraceContext *glContext = getGLTraceContext();
71 glContext->traceGLMessage(&glmessage);
76 GLTraceContext *glContext = getGLTraceContext();
78 glmessage.set_context_id(glContext->getId());
81 if (glContext->getGlobalTraceState()->shouldCollectFbOnEglSwap()) {
83 fixup_addFBContents(glContext, &glmessage, FB0);
90 glContext->traceGLMessage(&glmessage);
gltrace_api.cpp 35 GLTraceContext *glContext = getGLTraceContext();
48 glContext->hooks->gl.glActiveTexture(texture);
55 fixupGLMessage(glContext, wallStartTime, wallEndTime,
58 glContext->traceGLMessage(&glmsg);
63 GLTraceContext *glContext = getGLTraceContext();
82 glContext->hooks->gl.glAttachShader(program, shader);
89 fixupGLMessage(glContext, wallStartTime, wallEndTime,
92 glContext->traceGLMessage(&glmsg);
97 GLTraceContext *glContext = getGLTraceContext();
122 glContext->hooks->gl.glBindAttribLocation(program, index, name)
    [all...]
gltrace_fixup.cpp 477 GLTraceContext *glContext = context;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl.c 112 glContext = aglCreateContext(format, NULL);
113 if ( glContext == NULL ) {
120 noerr = aglSetDrawable(glContext, GetWindowPort(SDL_Window));
122 noerr = aglSetDrawable(glContext, (AGLDrawable)SDL_Window);
139 if ( glContext != NULL ) {
141 aglSetDrawable(glContext, NULL);
142 aglDestroyContext(glContext);
143 glContext = NULL;
156 if( ! aglSetCurrentContext(glContext) ) {
165 aglSwapBuffers(glContext);
    [all...]
SDL_lowvideo.h 100 #define glContext (this->hidden->appleGLContext)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCanvasAgent.cpp 202 ScriptObject InspectorCanvasAgent::wrapWebGLRenderingContextForInstrumentation(const ScriptObject& glContext)
205 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, glContext);
208 return notifyRenderingContextWasWrapped(module.wrapWebGLContext(glContext));
InjectedScriptCanvasModule.cpp 69 ScriptObject InjectedScriptCanvasModule::wrapWebGLContext(const ScriptObject& glContext)
71 return callWrapContextFunction("wrapWebGLContext", glContext);
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 113 ScriptObject glContext(scriptState, v8::Handle<v8::Object>::Cast(v8Result));
114 ScriptObject wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(imp->document(), glContext);
  /external/skia/bench/
benchmain.cpp 770 SkGLContextHelper* glContext = NULL;
776 glContext = gContextFactory.getGLContext(gConfigs[configIndex].fContextType);
871 SK_GL(*glContext, Finish());
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 189 SkAutoTUnref<GrGLProgram> program(GrGLProgram::Create(this->glContext(),
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 168 const GrGLContext& glContext() const { return fGLContext; }
GrGpuGL.cpp 151 fProgramCache = SkNEW_ARGS(ProgramCache, (this->glContext()));
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 168 const GrGLContext& glContext() const { return fGLContext; }
GrGpuGL.cpp 151 fProgramCache = SkNEW_ARGS(ProgramCache, (this->glContext()));
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 196 SkGLContextHelper* glContext = this->getGLContext();
197 if (NULL == glContext) {
204 SK_GL(*glContext, Finish());
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c     [all...]

Completed in 292 milliseconds