Searched refs:globalBufferName (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 592 …const GLuint globalBufferName = ctx->shareGroup()->getGlobalName(NamedObjectType::VERTEXBUFFER, bu… in glBindVertexBuffer() local 593 ctx->dispatcher().glBindVertexBuffer(bindingindex, globalBufferName, offset, stride); in glBindVertexBuffer() 749 const GLuint globalBufferName = in glTexBufferOES() local 751 ctx->dispatcher().glTexBufferOES(target, internalformat, globalBufferName); in glTexBufferOES() 762 const GLuint globalBufferName = in glTexBufferEXT() local 764 ctx->dispatcher().glTexBufferEXT(target, internalformat, globalBufferName); in glTexBufferEXT() 776 const GLuint globalBufferName = in glTexBufferRangeOES() local 778 … ctx->dispatcher().glTexBufferRangeOES(target, internalformat, globalBufferName, offset, size); in glTexBufferRangeOES() 790 const GLuint globalBufferName = in glTexBufferRangeEXT() local 792 … ctx->dispatcher().glTexBufferRangeEXT(target, internalformat, globalBufferName, offset,size); in glTexBufferRangeEXT()
|
D | GLESv2Context.cpp | 272 const GLuint globalBufferName = shareGroup() in postLoadRestoreCtx() local 275 if (!globalBufferName) { in postLoadRestoreCtx() 280 globalBufferName); in postLoadRestoreCtx()
|
D | GLESv30Imp.cpp | 49 …const GLuint globalBufferName = ctx->shareGroup()->getGlobalName(NamedObjectType::VERTEXBUFFER, bu… in glBindBufferRange() local 50 ctx->dispatcher().glBindBufferRange(target, index, globalBufferName, offset, size); in glBindBufferRange() 60 …const GLuint globalBufferName = ctx->shareGroup()->getGlobalName(NamedObjectType::VERTEXBUFFER, bu… in glBindBufferBase() local 61 ctx->dispatcher().glBindBufferBase(target, index, globalBufferName); in glBindBufferBase()
|
D | GLESv2Imp.cpp | 556 GLuint globalBufferName = ctx->bindBuffer(target,buffer); in glBindBuffer() local 557 ctx->dispatcher().glBindBuffer(target, globalBufferName); in glBindBuffer()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2367 int globalBufferName = in glBindRenderbufferOES() local 2373 ctx->dispatcher().glBindRenderbuffer(target,globalBufferName); in glBindRenderbufferOES() 2375 ctx->dispatcher().glBindRenderbufferEXT(target,globalBufferName); in glBindRenderbufferOES() 2525 int globalBufferName = in glBindFramebufferNoValidation() local 2530 ctx->dispatcher().glBindFramebuffer(target,globalBufferName); in glBindFramebufferNoValidation() 2532 ctx->dispatcher().glBindFramebufferEXT(target,globalBufferName); in glBindFramebufferNoValidation() 2623 GLuint globalBufferName = 0; in glFramebufferRenderbufferOES() local 2640 globalBufferName = ctx->shareGroup()->getGlobalName( in glFramebufferRenderbufferOES() 2669 …ctx->dispatcher().glFramebufferRenderbuffer(target,attachment,renderbuffertarget,globalBufferName); in glFramebufferRenderbufferOES() 2671 …->dispatcher().glFramebufferRenderbufferEXT(target,attachment,renderbuffertarget,globalBufferName); in glFramebufferRenderbufferOES()
|