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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 79 // getGlobalName function.
89 // getGlobalName - returns the global name of an object or 0 if the object
92 unsigned int getGlobalName(ObjectLocalName p_localName);
154 // which can be queried using the getGlobalName function.
164 // getGlobalName - retrieves the "global" name of an object or 0 if the
167 unsigned int getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 153 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
155 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader);
177 const GLuint globalProgramName = ctx->shareGroup()->getGlobalName(SHADER,program);
207 globalFrameBufferName = ctx->shareGroup()->getGlobalName(FRAMEBUFFER,framebuffer);
213 globalFrameBufferName = ctx->shareGroup()->getGlobalName(FRAMEBUFFER,framebuffer);
228 globalRenderBufferName = ctx->shareGroup()->getGlobalName(RENDERBUFFER,renderbuffer);
235 globalRenderBufferName = ctx->shareGroup()->getGlobalName(RENDERBUFFER,renderbuffer);
253 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
257 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
350 const GLuint globalShaderName = ctx->shareGroup()->getGlobalName(SHADER,shader)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 64 NameSpace::getGlobalName(ObjectLocalName p_localName)
213 ShareGroup::getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName)
218 unsigned int globalName = m_nameSpace[p_type]->getGlobalName(p_localName);
FramebufferData.cpp 207 ctx->dispatcher().glBindFramebufferEXT(GL_FRAMEBUFFER,ctx->shareGroup()->getGlobalName(FRAMEBUFFER,m_fbName));
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 312 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
316 globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,localTexName);
498 const GLuint globalTextureName = ctx->shareGroup()->getGlobalName(TEXTURE,textures[i]);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp     [all...]

Completed in 104 milliseconds