/external/deqp/framework/egl/ |
egluCallLogWrapper.hpp | 38 class CallLogWrapper 41 CallLogWrapper (const eglw::Library& egl, tcu::TestLog& log); 42 ~CallLogWrapper (void);
|
egluCallLogWrapper.inl | 7 eglw::EGLBoolean CallLogWrapper::eglBindAPI (eglw::EGLenum api) 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer) 27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config) 42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout) 52 eglw::EGLint CallLogWrapper::eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags, eglw::EGLTimeKHR timeout) 62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) 72 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list) 82 eglw::EGLImage CallLogWrapper::eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) 92 eglw::EGLImageKHR CallLogWrapper::eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) 102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuf (…) [all...] |
egluCallLogWrapper.cpp | 37 CallLogWrapper::CallLogWrapper (const eglw::Library& egl, TestLog& log) 44 CallLogWrapper::~CallLogWrapper (void)
|
/external/deqp/framework/opengl/ |
gluCallLogWrapper.hpp | 38 class CallLogWrapper 41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log); 42 ~CallLogWrapper (void);
|
gluCallLogWrapper.inl | 7 void CallLogWrapper::glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program) 14 void CallLogWrapper::glActiveTexture (glw::GLenum texture) 21 void CallLogWrapper::glAttachShader (glw::GLuint program, glw::GLuint shader) 28 void CallLogWrapper::glBeginConditionalRender (glw::GLuint id, glw::GLenum mode) 35 void CallLogWrapper::glBeginQuery (glw::GLenum target, glw::GLuint id) 42 void CallLogWrapper::glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id) 49 void CallLogWrapper::glBeginTransformFeedback (glw::GLenum primitiveMode) 56 void CallLogWrapper::glBindAttribLocation (glw::GLuint program, glw::GLuint index, const glw::GLchar *name) 63 void CallLogWrapper::glBindBuffer (glw::GLenum target, glw::GLuint buffer) 70 void CallLogWrapper::glBindBufferBase (glw::GLenum target, glw::GLuint index, glw::GLuint buffer [all...] |
gluCallLogWrapper.cpp | 35 CallLogWrapper::CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log) 42 CallLogWrapper::~CallLogWrapper (void)
|
/external/deqp/modules/gles31/functional/ |
es31fInfoLogQueryShared.hpp | 39 glu::CallLogWrapper& gl, 42 void (glu::CallLogWrapper:: *getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*),
|
es31fFramebufferDefaultStateQueryTests.cpp | 61 virtual void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl) = 0; 62 virtual void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl) = 0; 76 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 110 void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl); 111 void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl); 124 void FramebufferDimensionTest::checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl) 130 void FramebufferDimensionTest::checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl) 144 void checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl); 145 void checkSet (tcu::ResultCollector& result, glu::CallLogWrapper& gl); 153 void FramebufferSamplesTest::checkInitial (tcu::ResultCollector& result, glu::CallLogWrapper& gl [all...] |
es31fDefaultVertexArrayObjectTests.cpp | 54 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
|
es31fBooleanStateQueryTests.cpp | 58 class IsEnabledStateTestCase : public TestCase, private glu::CallLogWrapper 63 , glu::CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
|
es31fInfoLogQueryShared.cpp | 40 glu::CallLogWrapper& gl, 43 void (glu::CallLogWrapper::* getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*),
|
es31fNegativeTestShared.hpp | 57 class NegativeTestContext : public glu::CallLogWrapper
|
es31fShaderMultisampleInterpolationStateQueryTests.cpp | 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 137 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
|
/external/deqp/modules/glshared/ |
glsStateQueryUtil.hpp | 35 class CallLogWrapper; 384 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state); 385 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state); 386 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state); 387 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state); 388 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state); 389 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state); 390 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state); 391 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state); 392 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state) [all...] |
glsStateQueryUtil.cpp | 43 static bool checkError (tcu::ResultCollector& result, glu::CallLogWrapper& gl, const char* msg) 271 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, QueriedState& state) 357 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) 484 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) 549 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) 572 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state) 609 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state) 632 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) 753 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state) 790 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state [all...] |
glsLifetimeTests.hpp | 54 using glu::CallLogWrapper; 58 typedef void (CallLogWrapper::*BindFunc) (GLenum target, GLuint name); 59 typedef void (CallLogWrapper::*GenFunc) (GLsizei n, GLuint* names); 60 typedef void (CallLogWrapper::*DeleteFunc) (GLsizei n, const GLuint* names); 61 typedef GLboolean (CallLogWrapper::*ExistsFunc) (GLuint name); 80 class ContextWrapper : public CallLogWrapper 90 CallLogWrapper::enableLogging(enable);
|
glsLifetimeTests.cpp | 132 : CallLogWrapper (ctx.gl(), ctx.log()) 720 , m_bufferBind (ctx, &CallLogWrapper::glBindBuffer, 722 , m_bufferType (ctx, "buffer", &CallLogWrapper::glGenBuffers, 723 &CallLogWrapper::glDeleteBuffers, 724 &CallLogWrapper::glIsBuffer, &m_bufferBind) 725 , m_textureBind (ctx, &CallLogWrapper::glBindTexture, GL_TEXTURE_2D, GL_TEXTURE_BINDING_2D) 726 , m_textureType (ctx, "texture", &CallLogWrapper::glGenTextures, 727 &CallLogWrapper::glDeleteTextures, 728 &CallLogWrapper::glIsTexture, &m_textureBind) 729 , m_rboBind (ctx, &CallLogWrapper::glBindRenderbuffer [all...] |
/external/deqp/modules/gles3/functional/ |
es3fLifetimeTests.cpp | 56 using glu::CallLogWrapper; 419 , m_queryType (ctx, "query", &CallLogWrapper::glGenQueries, 420 &CallLogWrapper::glDeleteQueries, 421 &CallLogWrapper::glIsQuery, &m_queryBind) 422 , m_tfBind (ctx, &CallLogWrapper::glBindTransformFeedback, GL_TRANSFORM_FEEDBACK, 424 , m_tfType (ctx, "transform_feedback", &CallLogWrapper::glGenTransformFeedbacks, 425 &CallLogWrapper::glDeleteTransformFeedbacks, 426 &CallLogWrapper::glIsTransformFeedback, &m_tfBind) 428 , m_varrType (ctx, "vertex_array", &CallLogWrapper::glGenVertexArrays, 429 &CallLogWrapper::glDeleteVertexArrays [all...] |
es3fApiCase.hpp | 38 class ApiCase : public TestCase, protected glu::CallLogWrapper
|
es3fDefaultVertexArrayObjectTests.cpp | 52 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
|
/external/deqp/modules/gles2/functional/ |
es2fApiCase.hpp | 38 class ApiCase : public TestCase, protected glu::CallLogWrapper
|
es2fBufferTestUtil.hpp | 57 class BufferCase : public TestCase, public glu::CallLogWrapper 104 class BufferVerifierBase : public glu::CallLogWrapper
|
es2fApiCase.cpp | 42 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog())
|
/external/deqp/modules/egl/ |
teglQueryContextTests.cpp | 86 class GetCurrentContextCase : public SingleContextRenderCase, private eglu::CallLogWrapper 91 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) 128 class GetCurrentSurfaceCase : public SingleContextRenderCase, private eglu::CallLogWrapper 133 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) 170 class GetCurrentDisplayCase : public SingleContextRenderCase, private eglu::CallLogWrapper 175 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) 211 class QueryContextCase : public SingleContextRenderCase, private eglu::CallLogWrapper 216 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) 303 class QueryAPICase : public TestCase, private eglu::CallLogWrapper 308 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog() [all...] |
teglApiCase.hpp | 39 class ApiCase : public TestCase, protected eglu::CallLogWrapper
|