Home
last modified time | relevance | path

Searched refs:getGlobalName (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DObjectNameSpace.cpp56 if (!texData->getGlobalName()) { in NameSpace()
63 texData->getGlobalName()); in NameSpace()
109 texData->setGlobalName(texNamedObj->getGlobalName()); in touchTextures()
114 void NameSpace::postLoadRestore(const ObjectData::getGlobalName_t& getGlobalName) { in postLoadRestore() argument
137 obj.second->restore(obj.first, getGlobalName); in postLoadRestore()
160 obj.second->onSave(stream, getGlobalName(obj.first)); in onSave()
182 unsigned int globalName = newObjPtr->getGlobalName(); in genName()
189 NameSpace::getGlobalName(ObjectLocalName p_localName, bool* found) in getGlobalName() function in NameSpace
199 auto res = (*objPtrPtr)->getGlobalName(); in getGlobalName()
222 m_globalToLocalMap.remove((*objPtrPtr)->getGlobalName()); in deleteName()
[all …]
DObjectData.cpp55 const getGlobalName_t& getGlobalName) { in restore() argument
57 (void)getGlobalName; in restore()
DGLESbuffer.cpp118 const getGlobalName_t& getGlobalName) { in restore() argument
119 ObjectData::restore(localName, getGlobalName); in restore()
121 int globalName = getGlobalName(NamedObjectType::VERTEXBUFFER, localName); in restore()
DTextureData.cpp86 const getGlobalName_t& getGlobalName) { in restore() argument
87 ObjectData::restore(localName, getGlobalName); in restore()
102 unsigned int TextureData::getGlobalName() const { in getGlobalName() function in TextureData
DFramebufferData.cpp55 const getGlobalName_t& getGlobalName) { in restore() argument
56 ObjectData::restore(localName, getGlobalName); in restore()
57 int globalName = getGlobalName(NamedObjectType::RENDERBUFFER, in restore()
145 const getGlobalName_t& getGlobalName) { in restore() argument
146 ObjectData::restore(localName, getGlobalName); in restore()
148 int globalName = getGlobalName(NamedObjectType::FRAMEBUFFER, in restore()
166 getGlobalName(NamedObjectType::RENDERBUFFER, in restore()
181 int texGlobalName = getGlobalName(NamedObjectType::TEXTURE, in restore()
249 name ? ctx->shareGroup()->getGlobalName(namedObjectType, name) : 0; in setAttachment()
DShareGroup.cpp115 return getGlobalName(p_type, p_localName); in postLoadRestore()
182 ShareGroup::getGlobalName(NamedObjectType p_type, in getGlobalName() function in ShareGroup
190 return m_nameSpace[toIndex(p_type)]->getGlobalName(p_localName); in getGlobalName()
329 unsigned int globalName = ns->getGlobalName(p_localName, &isObj); in ensureObjectOnBind()
376 return (uint32_t)(ns->getGlobalName(p_localName)); in ensureObjectOnBind()
DSaveableTexture.cpp512 m_globalName(texture.getGlobalName()), in SaveableTexture()
638 dispatcher.glBindTexture(m_target, getGlobalName()); in onSave()
855 m_globalName = m_globalTexObj->getGlobalName(); in restore()
901 dispatcher.glBindTexture(m_target, getGlobalName()); in restore()
1081 unsigned int SaveableTexture::getGlobalName() { in getGlobalName() function in SaveableTexture
1083 return m_globalTexObj->getGlobalName(); in getGlobalName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp87 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glUseProgramStages()
96 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glActiveShaderProgram()
129 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform1f()
141 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform2f()
153 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform3f()
165 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform4f()
177 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform1i()
189 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform2i()
201 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform3i()
213 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glProgramUniform4i()
[all …]
DTransformFeedbackData.cpp40 const getGlobalName_t& getGlobalName) { in restore() argument
41 ObjectData::restore(localName, getGlobalName); in restore()
43 getGlobalName(NamedObjectType::TRANSFORM_FEEDBACK, localName); in restore()
51 auto bufferName = getGlobalName(NamedObjectType::VERTEXBUFFER, in restore()
DSamplerData.cpp57 const getGlobalName_t& getGlobalName) { in restore() argument
58 ObjectData::restore(localName, getGlobalName); in restore()
59 int globalName = getGlobalName(NamedObjectType::SAMPLER, in restore()
DGLESv30Imp.cpp49 …const GLuint globalBufferName = ctx->shareGroup()->getGlobalName(NamedObjectType::VERTEXBUFFER, bu… in glBindBufferRange()
60 …const GLuint globalBufferName = ctx->shareGroup()->getGlobalName(NamedObjectType::VERTEXBUFFER, bu… in glBindBufferBase()
105 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glUniformBlockBinding()
113 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetUniformBlockIndex()
122 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetUniformIndices()
130 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetActiveUniformBlockiv()
138 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetActiveUniformBlockName()
246 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetUniformuiv()
266 …const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(NamedObjectType::SHADER_OR_PROGR… in glGetActiveUniformsiv()
692 …const GLuint globalTextureName = ctx->shareGroup()->getGlobalName(NamedObjectType::TEXTURE, textur… in glFramebufferTextureLayer()
[all …]
DShaderParser.cpp84 const getGlobalName_t& getGlobalName) { in restore() argument
85 ObjectData::restore(localName, getGlobalName); in restore()
87 int globalName = getGlobalName(NamedObjectType::SHADER_OR_PROGRAM, in restore()
DSamplerData.h30 const getGlobalName_t& getGlobalName) override;
DTransformFeedbackData.h32 const getGlobalName_t& getGlobalName) override;
DGLESv2Context.cpp243 const GLuint globalProgramName = shareGroup()->getGlobalName( in postLoadRestoreCtx()
273 ->getGlobalName(NamedObjectType::VERTEXBUFFER, in postLoadRestoreCtx()
336 GLuint globalName = this->shareGroup()->getGlobalName( in postLoadRestoreCtx()
364 m_shareGroup->getGlobalName(NamedObjectType::VERTEXBUFFER, buffer)); in postLoadRestoreCtx()
384 shareGroup()->getGlobalName(NamedObjectType::SAMPLER, in postLoadRestoreCtx()
395 return m_shareGroup->getGlobalName(p_type, in postLoadRestoreCtx()
828 return m_transformFeedbackNameSpace->getGlobalName(p_localName); in getTransformFeedbackGlobalName()
854 !m_transformFeedbackNameSpace->getGlobalName(p_localName)) { in bindTransformFeedback()
DShaderParser.h33 const getGlobalName_t& getGlobalName) override;
DGLESv2Imp.cpp429 GLuint globalTexObj = img->globalTexObj->getGlobalName(); in blitFromCurrentReadBufferANDROID()
503 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glAttachShader()
506 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName( in glAttachShader()
535 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName( in glBindAttribLocation()
712 globalRenderBufferName = ctx->shareGroup()->getGlobalName( in glBindRenderbuffer()
723 globalRenderBufferName = ctx->shareGroup()->getGlobalName( in glBindRenderbuffer()
739 GLuint globalTextureName = ctx->shareGroup()->getGlobalName( in glGetGlobalTexName()
752 globalTextureName = ctx->shareGroup()->getGlobalName( in glBindTexture()
757 globalTextureName = ctx->shareGroup()->getGlobalName( in glBindTexture()
893 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName( in glCompileShader()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureData.h78 const getGlobalName_t& getGlobalName) override;
83 unsigned int getGlobalName() const;
DObjectNameSpace.h71 unsigned int getGlobalName(ObjectLocalName p_localName, bool* found = nullptr);
113 void postLoadRestore(const ObjectData::getGlobalName_t& getGlobalName);
DFramebufferData.h36 const getGlobalName_t& getGlobalName) override;
70 const getGlobalName_t& getGlobalName) override;
DGLESbuffer.h32 const getGlobalName_t& getGlobalName) override;
DNamedObject.h108 unsigned int getGlobalName() const {return m_globalName;} in getGlobalName() function
DObjectData.h64 const getGlobalName_t& getGlobalName) = 0;
DSaveableTexture.h85 unsigned int getGlobalName();
DShareGroup.h67 unsigned int getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName);

12