Home
last modified time | relevance | path

Searched refs:hasNonVBOAttribs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddbgcontext.cpp40 , hasNonVBOAttribs(false), indexBuffers(NULL), indexBuffer(NULL) in DbgContext()
335 hasNonVBOAttribs = HasNonVBOAttribs(this); in glVertexAttribPointer()
343 hasNonVBOAttribs = HasNonVBOAttribs(this); in glEnableVertexAttribArray()
351 hasNonVBOAttribs = HasNonVBOAttribs(this); in glDisableVertexAttribArray()
424 hasNonVBOAttribs = HasNonVBOAttribs(this); in glDeleteBuffers()
Dvertex.cpp38 if (dbg->hasNonVBOAttribs) { in Debug_glDrawArrays()
115 if (ctx->hasNonVBOAttribs) in FetchIndexed()
Dheader.h109 bool hasNonVBOAttribs; // whether any enabled vertexAttrib is user pointer member