Searched refs:glStartTilingQCOM (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.cpp286 glStartTilingQCOM(x, y, width, height, (discard ? GL_NONE : GL_COLOR_BUFFER_BIT0_QCOM));
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto332 glStartTilingQCOM = 304;
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp264 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) {} function
/frameworks/native/opengl/include/GLES/
H A Dglext.h1266 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1913 GL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp23389 glmsg.set_function(GLMessage::glStartTilingQCOM);
23424 glContext->hooks->gl.glStartTilingQCOM(x, y, width, height, preserveMask);
[all...]

Completed in 224 milliseconds