HomeSort by relevance Sort by last modified time
    Searched refs:glw (Results 26 - 50 of 316) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/
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.cpp 178 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType)
226 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
231 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader);
234 { ApiType::es(2,0), glw::initES20 },
235 { ApiType::es(3,0), glw::initES30 },
236 { ApiType::es(3,1), glw::initES31 },
237 { ApiType::core(3,0), glw::initGL30Core },
238 { ApiType::core(3,1), glw::initGL31Core }
    [all...]
gluES3PlusWrapperContext.hpp 58 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
66 glw::Functions m_functions;
gluRenderContext.hpp 35 namespace glw namespace
203 virtual const glw::Functions& getFunctions (void) const = DE_NULL;
223 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
224 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
228 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
229 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
    [all...]
gluCallLogWrapper.cpp 35 CallLogWrapper::CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log)
63 const glw::GLchar* str;
64 StringFmt (const glw::GLchar* str_) : str(str_) {}
73 inline StringFmt getStringStr (const glw::GLubyte* value) { return StringFmt((const char*)value); }
  /external/deqp/modules/egl/
teglGLES2RenderUtil.cpp 35 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color)
44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height)
50 void finish (const glw::Functions& gl)
teglTestCase.cpp 62 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const
67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 31 #include "glw.h"
77 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state);
78 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
80 static GLuint createTexture2D (const glw::Functions& gl);
81 static GLuint createTexture3D (const glw::Functions& gl);
82 static GLuint createTextureCube (const glw::Functions& gl);
83 static GLuint createTexture (const glw::Functions& gl, GLenum target);
136 static void setTextureState (const glw::Functions& gl, GLenum target, SamplingState state);
137 static void setSamplerState (const glw::Functions& gl, SamplingState state, GLuint sampler);
139 static GLuint createTexture2D (const glw::Functions& gl, int id)
    [all...]
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;
glsStateQueryUtil.cpp 38 static glw::GLboolean mapBoolToGLBoolean (bool b)
45 const glw::GLenum errorCode = gl.glGetError();
59 QueriedState::QueriedState (glw::GLint v)
65 QueriedState::QueriedState (glw::GLint64 v)
77 QueriedState::QueriedState (glw::GLfloat v)
83 QueriedState::QueriedState (glw::GLuint v)
158 glw::GLint& QueriedState::getIntAccess (void)
164 glw::GLint64& QueriedState::getInt64Access (void)
176 glw::GLfloat& QueriedState::getFloatAccess (void)
182 glw::GLuint& QueriedState::getUintAccess (void
    [all...]
glsTextureStateQueryTests.hpp 73 bool isLegalTesterForTarget (glw::GLenum target, TesterType tester);
74 bool isMultisampleTarget (glw::GLenum target);
77 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target);
78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 60 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
71 glw::Functions m_functions;
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 21 * \brief glw::FunctionLoader using eglGetProcAddress() and tcu::Library.
38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const
40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
43 return (glw::GenericFuncType)m_egl.getProcAddress(name);
egluGLFunctionLoader.hpp 23 * \brief glw::FunctionLoader using eglGetProcAddress() and tcu::Library.
46 class GLFunctionLoader : public glw::FunctionLoader
50 glw::GenericFuncType get (const char* name) const;
egluGLUtil.hpp 40 glw::GLenum getImageGLTarget (eglw::EGLenum source);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.cpp 36 namespace glw namespace
49 } // glw
glwInitES30Direct.cpp 36 namespace glw namespace
49 } // glw
glwDefs.cpp 29 namespace glw namespace
58 } // glw
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 51 FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type);
56 const glw::GLenum m_target;
57 const glw::GLenum m_internalFormat;
61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type)
87 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
89 glw::GLint maxSamples = 0;
90 glw::GLint numSampleCounts = 0;
94 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMA (…)
    [all...]
es31fInfoLogQueryShared.cpp 42 glw::GLuint object,
43 void (glu::CallLogWrapper::* getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*),
es31fLayoutBindingTests.cpp 214 glw::GLenum maxBindingPointEnum,
215 glw::GLenum maxVertexUnitsEnum,
216 glw::GLenum maxFragmentUnitsEnum,
217 glw::GLenum maxCombinedUnitsEnum,
236 const glw::GLenum m_maxBindingPointEnum;
237 const glw::GLenum m_maxVertexUnitsEnum;
238 const glw::GLenum m_maxFragmentUnitsEnum;
239 const glw::GLenum m_maxCombinedUnitsEnum;
241 glw::GLuint m_vertexBuffer;
242 glw::GLuint m_indexBuffer
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 49 static glw::GLenum getProgramDefaultBlockInterfaceFromStorage (glu::Storage storage)
172 virtual std::string getHumanReadablePropertyString (glw::GLint propVal) const;
173 virtual void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const
224 SingleVariableValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension);
226 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
227 virtual void validateSingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
228 virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
232 const glw::GLuint m_programID;
235 SingleVariableValidator::SingleVariableValidator (Context& context, ProgramResourcePropFlags validationProp, glw::GLuint programID, const VariableSearchFilter& filter, const char* requiredExtension
    [all...]
es31fIntegerStateQueryTests.cpp 66 MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType);
70 const glw::GLenum m_target;
75 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType)
98 TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType);
103 const glw::GLenum m_texTarget;
104 const glw::GLenum m_bindTarget;
108 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType)
142 glw::GLuint texture
    [all...]
es31fBooleanStateQueryTests.cpp 61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial)
93 const glw::GLenum m_targetName;
132 glw::GLenum targetName;
  /external/deqp/modules/gles2/functional/
es2fLifetimeTests.cpp 42 using namespace glw;

Completed in 758 milliseconds

12 3 4 5 6 7 8 91011>>