Searched defs:m_functions (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/common/
H A DtcuFunctionLibrary.hpp71 std::map<std::string, deFunctionPtr> m_functions; member in class:tcu::StaticFunctionLibrary
/external/deqp/framework/opengl/
H A DgluDummyRenderContext.hpp53 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
60 glw::Functions m_functions; member in class:glu::DummyRenderContext
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp60 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
73 glw::Functions m_functions; member in class:tcu::null::RenderContext
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionDecl.java78 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/platform/ios/
H A DtcuIOSPlatform.hh91 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
102 glw::Functions m_functions; member in class:tcu::ios::RawContext
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp76 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/win32/
H A DtcuWGLContextFactory.cpp74 const glw::Functions& getFunctions (void) const { return m_functions; }
90 glw::Functions m_functions; member in class:tcu::wgl::__anon4830::WGLContext
131 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI());
H A DtcuWGL.cpp189 const Functions& getFunctions (void) const { return m_functions; }
195 Functions m_functions; member in class:tcu::wgl::Library
206 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext");
207 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext");
208 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress");
209 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
210 m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffers");
212 if (!m_functions.createContext ||
213 !m_functions.deleteContext ||
214 !m_functions
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java144 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_NAMESPAC
[all...]
/external/deqp/framework/randomshaders/
H A DrsgShader.hpp126 std::vector<Function*> m_functions; member in class:rsg::Shader
/external/deqp/framework/platform/android/
H A DtcuAndroidInternals.hpp137 const Functions& getFunctions (void) const { return m_functions; }
140 Functions m_functions; member in class:tcu::Android::internal::LibUI
179 const GraphicBufferFunctions& m_functions; member in class:tcu::Android::internal::GraphicBuffer
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp190 glw::Functions m_functions; member in class:tcu::lnx::x11::glx::GlxRenderContext
703 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
745 return m_functions;
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp681 samplingFunctionsVectorType m_functions; member in class:glcts::TextureCubeMapArraySamplingTest
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp191 PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(name); }
194 const tcu::StaticFunctionLibrary m_functions; member in class:vk::__anon4228::Instance
233 PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(name); }
236 const tcu::StaticFunctionLibrary m_functions; member in class:vk::__anon4228::Device
1369 : m_functions(s_instanceFunctions, DE_LENGTH_OF_ARRAY(s_instanceFunctions))
1374 : m_functions(s_deviceFunctions, DE_LENGTH_OF_ARRAY(s_deviceFunctions))
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 2647 milliseconds