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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GeometryBinding.cpp 54 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVerticesVbo));
56 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, m_quadElementsVbo));
70 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, quadVerticesVbo()));
71 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, quadElementsVbo()));
GLES2Canvas.cpp 655 m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer);
695 m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer);
696 checkGLError("createVertexBufferFromPath, bindBuffer ARRAY_BUFFER");
700 m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, m_pathIndexBuffer);
701 checkGLError("createVertexBufferFromPath, bindBuffer ELEMENT_ARRAY_BUFFER");
717 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 78 void bindBuffer(GLuint bufferId, GLvoid *data, GLsizeiptr size);
gltrace_context.cpp 220 void GLTraceContext::bindBuffer(GLuint bufferId, GLvoid *data, GLsizeiptr size) {
gltrace_fixup.cpp 421 context->bindBuffer(bufferId, datap, size);
    [all...]
  /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);
SharedGraphicsContext3D.h 73 void bindBuffer(GC3Denum target, Platform3DObject);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 140 void bindBuffer(GLenum target,GLuint buffer);
  /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)
  /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...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 183 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 93 void bindBuffer(GC3Denum target, Platform3DObject);
GraphicsContext3DChromium.cpp 433 DELEGATE_TO_IMPL_2(bindBuffer, GC3Denum, Platform3DObject)
    [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...]
WebGLRenderingContext.h 77 void bindBuffer(GC3Denum target, WebGLBuffer*, ExceptionCode&);
605 // Helper function for bind* (bindBuffer, bindTexture, etc) and useProgram.
WebGLRenderingContext.idl 456 [StrictTypeChecking] void bindBuffer(in unsigned long target, in WebGLBuffer buffer) raises(DOMException);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 616 void bindBuffer(GC3Denum target, Platform3DObject);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 410 void GLEScontext::bindBuffer(GLenum target,GLuint buffer) {
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 356 ctx->m_state->bindBuffer(target, id);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 174 ctx->m_state->bindBuffer(target, id);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 368 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 295 ctx->bindBuffer(target,buffer);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 194 ctx->bindBuffer(target,buffer);
    [all...]

Completed in 2791 milliseconds