HomeSort by relevance Sort by last modified time
    Searched full:bindbuffer (Results 1 - 25 of 37) sorted by null

1 2

  /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...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/resources/
pointing_right.html 29 gl.bindBuffer(gl.ARRAY_BUFFER, buffer);
pointing_up.html 29 gl.bindBuffer(gl.ARRAY_BUFFER, buffer);
  /external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
10000_triangles.html 29 gl.bindBuffer(gl.ARRAY_BUFFER, buffer);
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 43 GL_CALL(BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, fBufferID));
GrGLVertexBuffer.cpp 42 GL_CALL(BindBuffer(GR_GL_ARRAY_BUFFER, fBufferID));
GrGpuGL.cpp     [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) {
  /external/skia/src/gpu/mesa/
GrGLCreateMesaInterface.cpp 40 GR_GL_GET_PROC(BindBuffer);
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 38 GR_GL_GET_PROC(BindBuffer);
  /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);
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 88 GR_GL_GET_PROC(BindBuffer);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 140 void bindBuffer(GLenum target,GLuint buffer);
  /development/tools/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/src/
GraphicsContext3DInternal.h 93 void bindBuffer(GC3Denum target, Platform3DObject);
GraphicsContext3DChromium.cpp 433 DELEGATE_TO_IMPL_2(bindBuffer, GC3Denum, Platform3DObject)
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 94 int bindBuffer(GLenum target, GLuint id)
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 77 void bindBuffer(GC3Denum target, WebGLBuffer*, ExceptionCode&);
605 // Helper function for bind* (bindBuffer, bindTexture, etc) and useProgram.
WebGLRenderingContext.cpp 672 void WebGLRenderingContext::bindBuffer(GC3Denum target, WebGLBuffer* buffer, ExceptionCode& ec)
693 m_context->bindBuffer(target, objectOrZero(buffer));
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 183 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) = 0;
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 356 ctx->m_state->bindBuffer(target, id);
    [all...]

Completed in 1412 milliseconds

1 2