Searched refs:glw (Results 276 - 300 of 677) sorted by relevance

<<11121314151617181920>>

/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetActiveUniformTests.cpp173 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
185 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
203 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
214 glw::GLint compile_status = GL_FALSE;
269 glw::GLint link_status = GL_FALSE;
282 glw::GLint n_active_uniforms = 0;
288 glw::GLint max_active_uniform_length = 0;
325 glw::GLint uniform_size = 0;
326 glw::GLenum uniform_type = GL_NONE;
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp68 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
125 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
130 glw::GLint max_rgb565_internalformat_samples = 0;
500 const glw::GLenum cm_texture_targets[] = {
510 glw::GLenum texture_target = cm_texture_targets[n_cm_texture_target];
537 typedef std::map<glw::GLenum, const _texture_properties*> target_to_texture_properties_map;
540 const glw::GLenum pnames[] = { GL_TEXTURE_RED_TYPE,
581 glw::GLenum target = target_iterator->first;
596 glw::GLenum pname = pnames[n_pname];
605 glw
[all...]
/external/deqp/framework/egl/
H A DegluGLUtil.hpp41 glw::GLenum getImageGLTarget (eglw::EGLenum source);
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp35 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); }
H A DgluPixelTransfer.cpp51 const glw::Functions& gl = context.getFunctions();
70 const glw::Functions& gl = context.getFunctions();
89 const glw::Functions& gl = context.getFunctions();
109 const glw::Functions& gl = context.getFunctions();
128 const glw::Functions& gl = context.getFunctions();
H A DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam)
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst)
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables)
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info)
86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info)
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp29 namespace glw namespace
58 } // glw
/external/deqp/modules/gles2/functional/
H A Des2fLifetimeTests.cpp42 using namespace glw;
H A Des2fImplementationLimitTests.cpp40 using namespace glw; // GL types
47 T query (const glw::Functions& gl, deUint32 param);
83 GLint query<GLint> (const glw::Functions& gl, deUint32 param)
91 GLfloat query<GLfloat> (const glw::Functions& gl, deUint32 param)
99 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param)
105 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
158 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp59 const char* getShaderExtensionDeclaration (glw::GLenum glShaderType)
71 glu::ShaderType getGLUShaderType (glw::GLenum glShaderType)
87 glw::GLenum getMaxSSBlockSizeEnum (glw::GLenum glShaderType)
103 int getMaxSSBlockSize (NegativeTestContext& ctx, glw::GLenum glShaderType)
111 std::string genBlockSource (NegativeTestContext& ctx, deInt64 numSSBlocks, glw::GLenum shaderType)
157 std::string genCommonSource (NegativeTestContext& ctx, glw::GLenum shaderType)
186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources)
198 const glw::GLenum glShaderTypes[] =
H A Des31fSSBOArrayLengthTests.cpp92 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
120 const glw::GLenum prop = GL_OFFSET;
121 glw::GLint result = 0;
133 const glw::GLenum prop = GL_OFFSET;
134 glw::GLint result = 0;
146 const glw::GLenum prop = GL_ARRAY_STRIDE;
147 glw::GLint result = 0;
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
H A Des31fTextureLevelStateQueryTests.cpp51 static bool textureTypeHasDepth (glw::GLenum textureBindTarget)
69 static bool textureTypeHasHeight (glw::GLenum textureBindTarget)
87 static const char* getTextureTargetExtension (glw::GLenum target)
100 static bool isCoreTextureTarget (glw::GLenum target, const glu::ContextType& contextType)
129 glw::GLenum internalFormat;
143 glw::GLenum bindTarget;
144 glw::GLenum queryTarget;
177 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
193 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw
[all...]
H A Des31fIntegerStateQueryTests.cpp70 MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType);
74 const glw::GLenum m_target;
79 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType)
102 TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType);
107 const glw::GLenum m_texTarget;
108 const glw::GLenum m_bindTarget;
112 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType)
151 glw
[all...]
H A Des31fFboSRGBWriteControlTests.cpp410 const glw::Functions* m_gl;
412 glw::GLuint m_vboHandle;
413 glw::GLuint m_vaoHandle;
419 const glw::GLfloat vertexData[] =
441 m_gl->bufferData(GL_ARRAY_BUFFER, (glw::GLsizei)(m_data.size() * sizeof(glw::GLfloat)), &m_data[0], GL_STATIC_DRAW);
444 m_gl->vertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 5 * (glw::GLsizei)sizeof(GL_FLOAT), (glw::GLvoid *)0);
446 m_gl->vertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 5 * (glw::GLsizei)sizeof(GL_FLOAT), (glw
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp39 using namespace glw;
87 void Buffer::InitData(glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data)
129 void Buffer::BindBase(glw::GLuint index) const
142 void Buffer::Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target)
155 void Buffer::BindBase(const glw
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.cpp38 using namespace glw;
235 const glw::Functions& gl = context.getRenderContext().getFunctions();
242 const glw::Functions& gl = context.getRenderContext().getFunctions();
261 const glw::Functions& gl = context.getRenderContext().getFunctions();
284 const glw::Functions& gl = context.getRenderContext().getFunctions();
368 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
405 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
444 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
463 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
467 glw
[all...]
H A Dgl4cShaderSubroutineTests.cpp38 using namespace glw;
59 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
73 void Utils::buffer::bindRange(glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size)
75 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
86 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
99 void Utils::buffer::update(glw::GLenum target, glw
[all...]
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp46 #include "glw.h"
167 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
317 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
326 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
337 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
447 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
498 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
506 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
516 const glw
[all...]
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.cpp53 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
55 glw::GLint maxDrawBuffers = 0;
65 std::vector<glw::GLenum> bufs(maxDrawBuffers);
75 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
77 glw::GLint maxDrawBuffers = 0;
88 glw::GLenum bufs[1] = { GL_BACK };
95 static const glw::GLenum BlendFormats[] = {
101 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
102 glw::GLenum format = BlendFormats[formatId];
107 glw
[all...]
H A DesextcDrawBuffersIndexedNegative.cpp60 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
62 glw::GLint data;
63 glw::GLint64 data64;
64 glw::GLboolean bData;
65 glw::GLint maxDrawBuffers;
184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call)
186 glw::GLenum error = m_context.getRenderContext().getFunctions().getError();
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTriangles.cpp86 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
148 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
175 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
233 const glw::GLuint shaders[] = { m_fs_id, m_tc_id, m_vs_id };
238 glw::GLuint shader = shaders[n_shader];
242 glw::GLint compile_status = GL_FALSE;
291 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
357 glw::GLint compile_status = GL_FALSE;
385 glw::GLint link_status = GL_FALSE;
419 const glw
[all...]
/external/deqp/modules/egl/
H A DteglTestCase.cpp62 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
H A DteglTestCase.hpp71 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const;
72 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const;
H A DteglRobustnessTests.cpp441 void checkRequiredGLSupport (const glw::Functions& gl, glu::ApiType requiredApi)
458 void checkGLSupportForParams (const glw::Functions& gl, const RobustnessTestCase::Params& params)
480 void initGLFunctions (glw::Functions* gl, const glu::ApiType apiType);
540 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType)
546 // functions. This could be fixed by exposing glw::FunctionLoader in EglTestContext
570 ContextReset (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
571 ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType);
572 ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType);
582 glw::GLint getSyncStatus (void);
586 glw
[all...]
/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp44 using namespace glw;
47 static glw::GLenum mapTesterToPname (TesterType tester)
238 static bool isCoreTextureTarget (glw::GLenum target)
246 static RequiredExtensions getTextureTargetExtension (glw::GLenum target)
253 static bool isCoreTextureParam (glw::GLenum pname)
274 static RequiredExtensions getTextureParamExtension (glw::GLenum pname)
333 static bool isCoreTextureTarget (glw::GLenum target)
339 static RequiredExtensions getTextureTargetExtension (glw::GLenum target)
352 static bool isCoreTextureParam (glw::GLenum pname)
358 static RequiredExtensions getTextureParamExtension (glw
[all...]

Completed in 437 milliseconds

<<11121314151617181920>>