Searched refs:glw (Results 426 - 450 of 677) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp78 static void readBuffer (const glw::Functions& gl, deUint32 target, int numElements, std::vector<deUint32>& result)
93 static deUint32 readBufferUint32 (const glw::Functions& gl, deUint32 target)
173 glw::GLuint m_storageBuf;
174 glw::GLuint m_storageTex;
175 glw::GLuint m_resultBuf;
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
318 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
377 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1117 glw::GLuint genStorage (int friendlyName);
1118 glw
[all...]
H A Des31fStencilTexturingTests.cpp137 const glw::Functions& gl = renderCtx.getFunctions();
243 const glw::Functions& gl = renderCtx.getFunctions();
308 const glw::Functions& gl = renderCtx.getFunctions();
367 const glw::Functions& gl = renderCtx.getFunctions();
504 static void checkFramebufferStatus (const glw::Functions& gl)
526 const glw::Functions& gl = renderCtx.getFunctions();
581 const glw::Functions& gl = renderCtx.getFunctions();
667 const glw::Functions& gl = renderCtx.getFunctions();
756 const glw::Functions& gl = renderCtx.getFunctions();
813 const glw
[all...]
H A Des31fProgramPipelineStateQueryTests.cpp149 PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage);
154 const glw::GLenum m_targetStage;
157 PipelineProgramCase::PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage)
353 StateQueryMemoryWriteGuard<glw::GLint> logLen;
H A Des31fBasicComputeShaderTests.cpp53 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access)
75 const glw::Functions& m_gl;
103 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
153 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
182 gl.bufferData(GL_UNIFORM_BUFFER, (glw::GLsizeiptr)blockInfo.dataSize, DE_NULL, GL_STATIC_DRAW);
275 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
304 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizeiptr)blockInfo.dataSize, DE_NULL, GL_STATIC_DRAW);
396 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
513 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
607 const glw
[all...]
H A Des31fProgramInterfaceQueryTests.cpp147 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface)
149 static const glw::GLenum s_enums[] =
866 static void checkAndLogProgram (const glu::ShaderProgram& program, const ProgramInterfaceDefinition::Program* programDefinition, const glw::Functions& gl, tcu::TestLog& log)
894 void queryResourceList (std::vector<std::string>& dst, glw::GLuint program);
896 bool verifyResourceIndexQuery (const std::vector<std::string>& resourceList, const std::vector<std::string>& referenceResources, glw::GLuint program);
897 bool verifyMaxNameLength (const std::vector<std::string>& referenceResourceList, glw::GLuint program);
986 void ResourceListTestCase::queryResourceList (std::vector<std::string>& dst, glw::GLuint program)
988 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
989 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface);
990 glw
[all...]
H A Des31fTessellationGeometryInteractionTests.cpp206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
228 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
510 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
530 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
825 glw::GLenum getOutputPrimitiveGLType (void) const;
871 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1028 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1032 const glw::GLenum feedbackPrimitiveMode = getOutputPrimitiveGLType();
1080 glw::GLuint primitivesGeneratedResult = 0;
1098 const void* mappedPtr = gl.mapBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, (glw
[all...]
H A Des31fFramebufferDefaultStateQueryTests.cpp126 const glw::GLenum pname = (m_dimension == DIMENSION_WIDTH) ? (GL_FRAMEBUFFER_DEFAULT_WIDTH) : (GL_FRAMEBUFFER_DEFAULT_HEIGHT);
132 const glw::GLenum pname = (m_dimension == DIMENSION_WIDTH) ? (GL_FRAMEBUFFER_DEFAULT_WIDTH) : (GL_FRAMEBUFFER_DEFAULT_HEIGHT);
H A Des31fTextureStateQueryTests.cpp115 glw::GLenum target;
273 const glw::GLenum target = (pureStates[stateNdx].intTester == TESTER_TEXTURE_WRAP_R_SET_PURE_INT) ? (GL_TEXTURE_3D) : (GL_TEXTURE_2D);
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp331 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
388 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
425 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp57 static int getInteger (const glw::Functions& gl, deUint32 pname)
66 static int getInteger (const glw::Functions& gl)
71 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname)
81 static int getVectorsFromComps (const glw::Functions& gl)
89 typedef int (*GetConstantValueFunc) (const glw::Functions& gl);
256 const glw::Functions& gl = m_renderCtx.getFunctions();
296 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
393 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
483 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
607 const glw
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcInfoTests.cpp53 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
H A DglcTestSubcase.cpp290 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
291 glw::GLenum glError = gl.getError();
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.hpp113 glw::GLint createMaxViewports();
/external/deqp/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp81 const glw::Functions& gl = renderCtx.getFunctions();
/external/deqp/modules/gles2/
H A Dtes2InfoTests.cpp56 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
H A Dtes2TestPackage.cpp86 const glw::Functions& gl = renderCtx.getFunctions();
/external/deqp/modules/gles3/
H A Dtes3InfoTests.cpp56 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
H A Dtes3TestPackage.cpp85 const glw::Functions& gl = renderCtx.getFunctions();
/external/deqp/modules/gles31/
H A Dtes31InfoTests.cpp56 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp41 using namespace glw; // GL types
144 const glw::Functions& gl = m_renderCtx.getFunctions();
235 const glw::Functions& gl = m_renderCtx.getFunctions();
260 const glw::Functions& gl = m_renderCtx.getFunctions();
/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp36 using namespace glw; // GLint and other GL types
72 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
91 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
112 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
120 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
254 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
262 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
439 GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log);
447 GetInteger64Verifier::GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log)
624 GetFloatVerifier (const glw
[all...]
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp214 const glw::Functions& gl = m_context->getFunctions();
297 const glw::Functions& gl = m_context->getFunctions();
/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp42 using namespace glw; // GL types
111 const glw::Functions& gl = m_renderCtx.getFunctions();
348 const glw::Functions& gl = m_renderCtx.getFunctions();
376 const glw::Functions& gl = m_renderCtx.getFunctions();
387 const glw::Functions& gl = m_renderCtx.getFunctions();
619 const glw::Functions& gl = m_renderCtx.getFunctions();
649 const glw::Functions& gl = m_renderCtx.getFunctions();
660 const glw::Functions& gl = m_renderCtx.getFunctions();
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp39 using namespace glw; // GL types
117 const glw::Functions& gl = m_renderCtx.getFunctions();
H A Des3pShaderControlStatementTests.cpp42 using namespace glw; // GL types
111 const glw::Functions& gl = m_renderCtx.getFunctions();
352 const glw::Functions& gl = m_renderCtx.getFunctions();
380 const glw::Functions& gl = m_renderCtx.getFunctions();
391 const glw::Functions& gl = m_renderCtx.getFunctions();
627 const glw::Functions& gl = m_renderCtx.getFunctions();
657 const glw::Functions& gl = m_renderCtx.getFunctions();
668 const glw::Functions& gl = m_renderCtx.getFunctions();

Completed in 525 milliseconds

<<11121314151617181920>>