HomeSort by relevance Sort by last modified time
    Searched defs:glw (Results 1 - 23 of 23) 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
glwInitES31Direct.cpp 36 namespace glw namespace
49 } // glw
glwInitES31Direct.hpp 29 namespace glw namespace
34 } // glw
glwInitES32Direct.cpp 36 namespace glw namespace
49 } // glw
glwInitES32Direct.hpp 29 namespace glw namespace
34 } // glw
glwInitFunctions.hpp 30 namespace glw namespace
53 } // 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
132 } // glw
  /external/deqp/modules/egl/
teglGLES2RenderUtil.hpp 30 namespace glw namespace
42 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color);
43 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height);
44 void finish (const glw::Functions& gl);
  /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 28 // glw::GenericFuncType
38 namespace glw namespace
211 virtual const glw::Functions& getFunctions (void) const = DE_NULL;
223 virtual glw::GenericFuncType getProcAddress (const char* name) const;
238 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
239 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
243 void initFunctions (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;
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.hpp 41 namespace glw namespace
66 const glw::Functions* m_gl;
146 APIErrorsTest(deqp::Context& context, bool is_debug, const glw::GLchar* name);
187 LabelsTest(deqp::Context& context, bool is_debug, const glw::GLchar* name);
198 static glw::GLuint createBuffer(const glw::Functions* gl, const glu::RenderContext* rc);
199 static glw::GLuint createFramebuffer(const glw::Functions* gl, const glu::RenderContext* rc);
200 static glw::GLuint createProgram(const glw::Functions* gl, const glu::RenderContext* rc)
    [all...]

Completed in 130 milliseconds