Searched defs:glw (Results 1 - 17 of 17) sorted by relevance

/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp29 namespace glw namespace
58 } // glw
H A DglwDefs.hpp39 namespace glw namespace
50 } // glw
H A DglwFunctions.cpp27 namespace glw namespace
35 } // glw
H A DglwInitES20Direct.hpp29 namespace glw namespace
34 } // glw
H A DglwInitES30Direct.hpp29 namespace glw namespace
34 } // glw
H A DglwInitFunctions.hpp30 namespace glw namespace
50 } // glw
H A DglwWrapper.hpp28 namespace glw namespace
34 void setCurrentThreadFunctions (const glw::Functions* gl);
H A DglwFunctionLoader.hpp28 namespace glw namespace
39 } // glw
H A DglwFunctions.hpp28 namespace glw namespace
47 } // glw
H A DglwInitES20Direct.cpp36 namespace glw namespace
49 } // glw
H A DglwInitES30Direct.cpp36 namespace glw namespace
49 } // glw
H A DglwWrapper.cpp37 namespace glw namespace
43 DE_THREAD_LOCAL const glw::Functions* s_functions = DE_NULL;
45 void setCurrentThreadFunctions (const glw::Functions* gl)
50 inline const glw::Functions* getCurrentThreadFunctions (void)
67 throw std::runtime_error("glw: TLS allocation failed");
70 inline void set (const glw::Functions* gl)
75 inline const glw::Functions* get (void) const
77 return (const glw::Functions*)deThreadLocal_get(m_ptr);
89 void setCurrentThreadFunctions (const glw::Functions* gl)
94 inline const glw
[all...]
H A DglwInitFunctions.cpp30 namespace glw namespace
191 } // glw
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.hpp30 namespace glw namespace
41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log);
52 const glw::Functions& m_gl;
H A DgluProgramInterfaceQuery.hpp31 namespace glw namespace
89 int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
90 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
92 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst);
93 std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
95 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info);
96 InterfaceBlockInfo getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
98 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info);
99 InterfaceVariableInfo getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index);
103 inline int getProgramResourceInt (const glw
[all...]
H A DgluRenderContext.hpp35 namespace glw namespace
201 virtual const glw::Functions& getFunctions (void) const = DE_NULL;
221 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
222 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
226 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
227 void initExtensionFunctions (glw::Functions* dst, const glw
[all...]
/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.hpp35 namespace glw namespace
73 virtual void setupInitialState (const glw::Functions& gl) = 0;
74 virtual void renderTest (const glw::Functions& gl) = 0;
75 virtual void renderReference (const glw::Functions& gl) = 0;
77 void callDraw (const glw::Functions& gl);
117 virtual void execCalls (const glw::Functions& gl, int iterNdx, int callCount) = 0;

Completed in 246 milliseconds