HomeSort by relevance Sort by last modified time
    Searched defs:bindBuffer (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 354 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVertices);
357 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVertices);
366 void SharedGraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
368 m_context->bindBuffer(target, buffer);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 220 void GLTraceContext::bindBuffer(GLuint bufferId, GLvoid *data, GLsizeiptr size) {
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 94 int bindBuffer(GLenum target, GLuint id)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 94 int bindBuffer(GLenum target, GLuint id)
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 410 void GLEScontext::bindBuffer(GLenum target,GLuint buffer) {
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 368 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 672 void WebGLRenderingContext::bindBuffer(GC3Denum target, WebGLBuffer* buffer, ExceptionCode& ec)
693 m_context->bindBuffer(target, objectOrZero(buffer));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 171 glBindBufferType bindBuffer;
335 bindBuffer = GET_PROC_ADDRESS(glBindBuffer);
711 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
714 m_internal->bindBuffer(target, buffer);
    [all...]

Completed in 173 milliseconds