OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glContext
(Results
1 - 8
of
8
) 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_fixup.cpp
477
GLTraceContext *
glContext
= context;
[
all
...]
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
...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h
100
#define
glContext
(this->hidden->appleGLContext)
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h
34
const GrGLContext&
glContext
() const { return fGLContext; }
/external/skia/bench/
benchmain.cpp
485
SkGLContextHelper*
glContext
= NULL;
491
glContext
= gContextFactory.getGLContext(config.contextType);
619
if (NULL !=
glContext
) {
620
glContext
->swapBuffers();
630
if (NULL !=
glContext
) {
632
SK_GL(*
glContext
, Finish());
/external/skia/src/gpu/gl/
GrGpuGL.h
34
const GrGLContext&
glContext
() const { return fGLContext; }
/external/skia/tools/
PictureRenderer.cpp
230
SkGLContextHelper*
glContext
= this->getGLContext();
231
if (NULL ==
glContext
) {
238
SK_GL(*
glContext
, Finish());
Completed in 290 milliseconds