Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.h50 void genBuffers(GLsizei n, GLuint* buffers);
DGLSnapshot.cpp123 void GLSnapshotState::genBuffers(GLsizei n, GLuint* buffers) { in genBuffers() function in gfxstream::gl::snapshot::GLSnapshotState
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp738 ctx->m_snapshot->genBuffers(n, buffers); in s_glGenBuffers()