Searched refs:GL_ARRAY_BUFFER (Results 1 – 10 of 10) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
D | YUVConverter.cpp | 318 s_gles2.glBindBuffer(GL_ARRAY_BUFFER, *vbuf_out); in createYUVGLFullscreenQuad() 319 s_gles2.glBufferData(GL_ARRAY_BUFFER, sizeof(kVertices), kVertices, in createYUVGLFullscreenQuad() 360 s_gles2.glBindBuffer(GL_ARRAY_BUFFER, vbuf); in doYUVConversionDraw()
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 481 case GL_ARRAY_BUFFER: in bindBuffer() 625 case GL_ARRAY_BUFFER: in getBuffer() 671 case GL_ARRAY_BUFFER: in getLastEncodedBufferBind() 691 case GL_ARRAY_BUFFER: in setLastEncodedBufferBind()
|
D | GLClientState.h | 806 int buffer = getBuffer(GL_ARRAY_BUFFER); in getClientStateParameter()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.cpp | 34 case GL_ARRAY_BUFFER: // Vertex attributes in bufferTarget()
|
D | GL2Encoder.cpp | 1214 doBindBufferEncodeCached(GL_ARRAY_BUFFER, bufferObject); in sendVertexAttributes() 1294 doBindBufferEncodeCached(GL_ARRAY_BUFFER, m_state->currentArrayVbo()); in sendVertexAttributes() 3376 target != GL_ARRAY_BUFFER && in s_glGetBufferParameteriv() 3428 target != GL_ARRAY_BUFFER && in s_glGetBufferParameteri64v()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 422 this->m_glBindBuffer_enc(this, GL_ARRAY_BUFFER, state.bufferObject); in sendVertexData() 505 this->m_glBindBuffer_enc(this, GL_ARRAY_BUFFER, m_state->currentArrayVbo()); in sendVertexData()
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 114 #define GL_ARRAY_BUFFER 0x8892 macro
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 505 #define GL_ARRAY_BUFFER 0x8892 macro
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 114 #define GL_ARRAY_BUFFER 0x8892 macro
|
D | gl31.h | 114 #define GL_ARRAY_BUFFER 0x8892 macro
|