HomeSort by relevance Sort by last modified time
    Searched defs:glw (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 29 namespace glw namespace
58 } // glw
glwDefs.hpp 39 namespace glw namespace
50 } // glw
glwFunctions.cpp 27 namespace glw namespace
35 } // glw
glwInitES20Direct.cpp 36 namespace glw namespace
49 } // glw
glwInitES20Direct.hpp 29 namespace glw namespace
34 } // glw
glwInitES30Direct.cpp 36 namespace glw namespace
49 } // glw
glwInitES30Direct.hpp 29 namespace glw namespace
34 } // glw
glwInitFunctions.hpp 30 namespace glw namespace
50 } // glw
glwWrapper.hpp 28 namespace glw namespace
34 void setCurrentThreadFunctions (const glw::Functions* gl);
glwFunctionLoader.hpp 28 namespace glw namespace
39 } // glw
glwFunctions.hpp 28 namespace glw namespace
47 } // glw
glwWrapper.cpp 37 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::Functions* getCurrentThreadFunctions (void
    [all...]
glwInitFunctions.cpp 30 namespace glw namespace
191 } // glw
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 30 namespace glw namespace
41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log);
52 const glw::Functions& m_gl;
gluProgramInterfaceQuery.hpp 31 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::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam
    [all...]
gluRenderContext.hpp 35 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::FunctionLoader* loader, ApiType apiType)
    [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 35 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 233 milliseconds