OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalTraceState
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_egl.cpp
81
if (glContext->
getGlobalTraceState
()->shouldCollectFbOnEglSwap()) {
gltrace_context.h
80
GLTraceState *
getGlobalTraceState
();
gltrace_fixup.cpp
719
if (context->
getGlobalTraceState
()->shouldCollectFbOnGlDraw()) {
751
if (context->
getGlobalTraceState
()->shouldCollectFbOnGlDraw()) {
821
if (context->
getGlobalTraceState
()->shouldCollectTextureDataOnGlTexImage()) {
826
if (context->
getGlobalTraceState
()->shouldCollectTextureDataOnGlTexImage()) {
831
if (context->
getGlobalTraceState
()->shouldCollectTextureDataOnGlTexImage()) {
836
if (context->
getGlobalTraceState
()->shouldCollectTextureDataOnGlTexImage()) {
[
all
...]
gltrace_context.cpp
171
GLTraceState *GLTraceContext::
getGlobalTraceState
() {
Completed in 44 milliseconds