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

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h210 glStartTilingQCOM_client_proc_t glStartTilingQCOM; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp208 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
1430 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) function
1433 ctx->glStartTilingQCOM(ctx, x, y, width, height, preserveMask);
/device/generic/goldfish/opengl/system/GLESv1_enc/
H A Dgl_client_context.h300 glStartTilingQCOM_client_proc_t glStartTilingQCOM; member in struct:gl_client_context_t
H A Dgl_entry.cpp298 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
2055 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) function
2058 ctx->glStartTilingQCOM(ctx, x, y, width, height, preserveMask);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A Dgles.cpp1401 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) function
1403 getDispatch()->glStartTilingQCOM(x, y, width, height, preserveMask);
H A Dgles_dispatch.h292 glStartTilingQCOM_t glStartTilingQCOM; member in struct:gles_dispatch
564 glStartTilingQCOM_t set_glStartTilingQCOM(glStartTilingQCOM_t f) { glStartTilingQCOM_t retval = glStartTilingQCOM; glStartTilingQCOM = f; return retval;}

Completed in 194 milliseconds