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

  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 53 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
59 glw::Functions m_functions; member in class:glu::DummyRenderContext
gluES3PlusWrapperContext.hpp 58 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
66 glw::Functions m_functions; member in class:glu::ES3PlusWrapperContext
gluES3PlusWrapperContext.cpp 534 es3plus::initFunctions(&m_functions, m_context->getFunctions());
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 144 private static Class m_functions[]; field in class:FunctionTable
177 m_functions = new Class[NUM_BUILT_IN_FUNCS];
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class;
182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
183 m_functions[FUNC_KEY] =
185 m_functions[FUNC_LOCAL_PART] =
187 m_functions[FUNC_NAMESPACE] =
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 60 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
71 glw::Functions m_functions; member in class:tcu::null::RenderContext
tcuNullRenderContext.cpp 608 initFunctions(&m_functions);
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 177 const Functions& getFunctions (void) const { return m_functions; }
182 Functions m_functions; member in class:tcu::wgl::Library
192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext");
193 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext");
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress");
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
196 m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffers");
198 if (!m_functions.createContext ||
199 !m_functions.deleteContext ||
200 !m_functions.getProcAddress |
    [all...]
tcuWGLContextFactory.cpp 72 const glw::Functions& getFunctions (void) const { return m_functions; }
84 glw::Functions m_functions; member in class:tcu::__anon24391::WGLContext
125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI());
tcuWin32GLES3Platform.cpp 67 const glw::Functions& getFunctions (void) const { return m_functions; }
79 glw::Functions m_functions; member in class:tcu::Win32GLES3Context
106 glw::initES30Direct(&m_functions);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 78 private StringVector m_functions = new StringVector(); field in class:ElemExtensionDecl
88 m_functions = v;
99 return m_functions;
115 if (null == m_functions)
118 return (String) m_functions.elementAt(i);
129 return (null != m_functions) ? m_functions.size() : 0;
260 Object [] args = {declNamespace, this.m_elements, this.m_functions,
358 this.m_functions, lang, srcURL,
  /external/deqp/framework/common/
tcuFunctionLibrary.cpp 44 m_functions.insert(std::make_pair(std::string(entries[entryNdx].name), entries[entryNdx].ptr));
53 std::map<std::string, deFunctionPtr>::const_iterator iter = m_functions.find(funcName);
55 if (iter == m_functions.end())
tcuFunctionLibrary.hpp 71 std::map<std::string, deFunctionPtr> m_functions; member in class:tcu::StaticFunctionLibrary
  /external/lldb/source/Symbol/
CompileUnit.cpp 27 m_functions (),
44 m_functions (),
117 if (!m_functions.empty())
121 std::vector<FunctionSP>::const_iterator end = m_functions.end();
122 for (pos = m_functions.begin(); pos != end; ++pos)
139 m_functions.push_back(funcSP);
146 if (idx < m_functions.size())
147 funcSP = m_functions[idx];
178 // if (!m_functions.empty())
182 // std::vector<FunctionSP>::const_iterator end = m_functions.end()
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 76 const glw::Functions& getFunctions (void) const { return m_functions; }
83 glw::Functions m_functions; member in class:tcu::CGLRenderContext
148 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
152 const glu::ApiType actualApi = getVersion(m_functions);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 91 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
102 glw::Functions m_functions; member in class:tcu::ios::RawContext
tcuIOSPlatform.mm 134 glw::initES30Direct(&m_functions);
136 glw::initES20Direct(&m_functions);
  /external/deqp/framework/randomshaders/
rsgShader.cpp 75 deleteVectorElements(m_functions);
104 for (int ndx = (int)m_functions.size()-1; ndx >= 0; ndx--)
107 m_functions[ndx]->tokenize(state, str);
rsgShader.hpp 126 std::vector<Function*> m_functions; member in class:rsg::Shader
  /external/lldb/include/lldb/Symbol/
CompileUnit.h 401 std::vector<lldb::FunctionSP> m_functions; ///< The sparsely populated list of shared pointers to functions member in class:lldb_private::CompileUnit
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 184 glw::Functions m_functions; member in class:tcu::x11::glx::GlxRenderContext
634 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
676 return m_functions;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 852 milliseconds