/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ObjectNameSpace.cpp | 56 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 …]
|
D | ObjectData.cpp | 55 const getGlobalName_t& getGlobalName) { in restore() argument 57 (void)getGlobalName; in restore()
|
D | GLESbuffer.cpp | 118 const getGlobalName_t& getGlobalName) { in restore() argument 119 ObjectData::restore(localName, getGlobalName); in restore() 121 int globalName = getGlobalName(NamedObjectType::VERTEXBUFFER, localName); in restore()
|
D | TextureData.cpp | 86 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
|
D | FramebufferData.cpp | 55 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()
|
D | ShareGroup.cpp | 115 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()
|
D | SaveableTexture.cpp | 512 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/ |
D | GLESv31Imp.cpp | 87 …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 …]
|
D | TransformFeedbackData.cpp | 40 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()
|
D | SamplerData.cpp | 57 const getGlobalName_t& getGlobalName) { in restore() argument 58 ObjectData::restore(localName, getGlobalName); in restore() 59 int globalName = getGlobalName(NamedObjectType::SAMPLER, in restore()
|
D | GLESv30Imp.cpp | 49 …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 …]
|
D | ShaderParser.cpp | 84 const getGlobalName_t& getGlobalName) { in restore() argument 85 ObjectData::restore(localName, getGlobalName); in restore() 87 int globalName = getGlobalName(NamedObjectType::SHADER_OR_PROGRAM, in restore()
|
D | SamplerData.h | 30 const getGlobalName_t& getGlobalName) override;
|
D | TransformFeedbackData.h | 32 const getGlobalName_t& getGlobalName) override;
|
D | GLESv2Context.cpp | 243 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()
|
D | ShaderParser.h | 33 const getGlobalName_t& getGlobalName) override;
|
D | GLESv2Imp.cpp | 429 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/ |
D | TextureData.h | 78 const getGlobalName_t& getGlobalName) override; 83 unsigned int getGlobalName() const;
|
D | ObjectNameSpace.h | 71 unsigned int getGlobalName(ObjectLocalName p_localName, bool* found = nullptr); 113 void postLoadRestore(const ObjectData::getGlobalName_t& getGlobalName);
|
D | FramebufferData.h | 36 const getGlobalName_t& getGlobalName) override; 70 const getGlobalName_t& getGlobalName) override;
|
D | GLESbuffer.h | 32 const getGlobalName_t& getGlobalName) override;
|
D | NamedObject.h | 108 unsigned int getGlobalName() const {return m_globalName;} in getGlobalName() function
|
D | ObjectData.h | 64 const getGlobalName_t& getGlobalName) = 0;
|
D | SaveableTexture.h | 85 unsigned int getGlobalName();
|
D | ShareGroup.h | 67 unsigned int getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName);
|