OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glContext
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCEAGLVideoView.m
113
EAGLContext*
glContext
=
115
_glRenderer = [[RTCOpenGLVideoRenderer alloc] initWithContext:
glContext
];
119
context:
glContext
];
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLGeometryShaderBuilder.cpp
40
const GrGLContext& glCtx = fProgramBuilder->gpu()->
glContext
();
GrGLVertexShaderBuilder.cpp
115
const GrGLContext& glCtx = gpu->
glContext
();
GrGLFragmentShaderBuilder.cpp
239
GrGLuint fragShaderId = GrGLCompileAndAttachShader(gpu->
glContext
(), programId,
/external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp
231
SkGLContextHelper*
glContext
= this->getGLContext();
232
if (NULL ==
glContext
) {
238
glContext
->swapBuffers();
240
SK_GL(*
glContext
, Finish());
251
SkGLContextHelper*
glContext
= this->getGLContext();
252
if (NULL ==
glContext
) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCanvasAgent.cpp
206
ScriptValue InspectorCanvasAgent::wrapWebGLRenderingContextForInstrumentation(const ScriptValue&
glContext
)
209
InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error,
glContext
);
212
return notifyRenderingContextWasWrapped(module.wrapWebGLContext(
glContext
));
InjectedScriptCanvasModule.cpp
71
ScriptValue InjectedScriptCanvasModule::wrapWebGLContext(const ScriptValue&
glContext
)
73
return callWrapContextFunction("wrapWebGLContext",
glContext
);
InjectedScriptCanvasModuleSource.js
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLCanvasElementCustom.cpp
118
ScriptValue
glContext
(scriptState, v8Result);
119
ScriptValue wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&impl->document(),
glContext
);
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h
35
const GrGLContext&
glContext
() const { return fGLContext; }
GrGpuGL.cpp
185
} else if (this->
glContext
().isMesa() &&
588
if (!useSizedFormat && kNVIDIA_GrGLVendor == this->
glContext
().vendor() &&
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js
737
* @param {!WebGLRenderingContext}
glContext
739
setContext: function(
glContext
)
741
this._gl =
glContext
;
[
all
...]
Completed in 347 milliseconds