HomeSort by relevance Sort by last modified time
    Searched refs:GLU_EXPECT_NO_ERROR (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/deqp/modules/gles31/
tes31InfoTests.cpp 59 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString() failed");
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 488 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
832 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind FBO");
835 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glMemoryBarrier");
852 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "Bind texture to framebuffer color attachment 0");
857 GLU_EXPECT_NO_ERROR(renderCtx.getFunctions().getError(), "glReadPixels");
    [all...]
es31fShaderBuiltinConstantTests.cpp 51 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
65 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
81 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegeri_v(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
es31fGeometryShaderTests.cpp     [all...]
es31fComputeShaderBuiltinVarTests.cpp 229 GLU_EXPECT_NO_ERROR(gl.getError(), "Buffer setup failed");
233 GLU_EXPECT_NO_ERROR(gl.getError(), "Program setup failed");
236 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute() failed");
244 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange() failed");
es31fShaderHelperInvocationTests.cpp 121 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv()");
129 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv()");
220 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create framebuffer");
231 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer()");
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 307 GLU_EXPECT_NO_ERROR(gl.getError(), "RenderCase::drawTestPattern");
462 GLU_EXPECT_NO_ERROR(gl.getError(), "texture init");
468 GLU_EXPECT_NO_ERROR(gl.getError(), "fbo init");
660 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
664 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
668 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
709 GLU_EXPECT_NO_ERROR(gl.getError(), "VertexAttributeCase::iterate");
902 GLU_EXPECT_NO_ERROR(gl.getError(), "UniformCase::iterate");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 61 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
75 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
268 GLU_EXPECT_NO_ERROR(gl.getError(), "glDepthRangef()");
347 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
442 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
498 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetFloatv(GL_ALIASED_POINT_SIZE_RANGE)");
551 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
666 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
1006 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw");
1033 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw")
    [all...]
es3fDefaultVertexAttributeTests.cpp 347 GLU_EXPECT_NO_ERROR(gl.getError(), "fill buffer");
456 GLU_EXPECT_NO_ERROR(gl.glGetError(), "setup");
461 GLU_EXPECT_NO_ERROR(gl.glGetError(), "position va");
465 GLU_EXPECT_NO_ERROR(gl.glGetError(), "default va");
470 GLU_EXPECT_NO_ERROR(gl.glGetError(), "draw");
es3fDepthStencilClearTests.cpp 292 GLU_EXPECT_NO_ERROR(gl.getError(), "Before clears");
321 GLU_EXPECT_NO_ERROR(gl.getError(), "After clears");
357 GLU_EXPECT_NO_ERROR(gl.getError(), "After depth visualization");
391 GLU_EXPECT_NO_ERROR(gl.getError(), "After stencil visualization");
es3fFragDepthTests.cpp 187 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw base quads");
230 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw test quad");
358 GLU_EXPECT_NO_ERROR(gl.getError(), "Draw test quad");
396 GLU_EXPECT_NO_ERROR(gl.getError(), "Visualization draw");
es3fImplementationLimitTests.cpp 244 GLU_EXPECT_NO_ERROR(gl.getError(), "Query failed");
296 GLU_EXPECT_NO_ERROR(gl.getError(), "Query failed");
354 GLU_EXPECT_NO_ERROR(gl.getError(), "GL_NUM_EXTENSIONS query failed");
359 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS) failed");
es3fShaderInvarianceTests.cpp 235 GLU_EXPECT_NO_ERROR(gl.getError(), "buffer gen");
268 GLU_EXPECT_NO_ERROR (gl.getError(), "setup draw");
291 GLU_EXPECT_NO_ERROR (gl.getError(), "draw pass");
336 GLU_EXPECT_NO_ERROR (gl.getError(), "draw pass");
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 461 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to update data with glBufferSubData()");
485 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
494 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to update data with glMapBufferRange()");
520 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
546 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to update data with glMapBufferRange()");
654 GLU_EXPECT_NO_ERROR(gl.getError(), "Rendering failed");
798 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE)");
808 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_MAX_TEXTURE_BUFFER_SIZE_EXT)");
817 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT)");
898 GLU_EXPECT_NO_ERROR(gl.getError(), "Screen setup failed")
    [all...]
glsShaderRenderCase.cpp 396 GLU_EXPECT_NO_ERROR(gl.getError(), "ShaderRenderCase::init() begin");
414 GLU_EXPECT_NO_ERROR(gl.getError(), "ShaderRenderCase::init() end");
440 GLU_EXPECT_NO_ERROR(gl.getError(), "ShaderRenderCase::iterate() begin");
499 GLU_EXPECT_NO_ERROR(gl.getError(), "post uniform setup");
553 GLU_EXPECT_NO_ERROR(gl.getError(), "texture sampler setup");
610 GLU_EXPECT_NO_ERROR(gl.getError(), "pre render");
643 GLU_EXPECT_NO_ERROR(gl.getError(), "draw");
648 GLU_EXPECT_NO_ERROR(gl.getError(), "post render");
glsVertexArrayTests.cpp 487 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glGenBuffers()");
496 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glDeleteBuffers()");
517 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBindBuffer()");
520 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBufferData()");
541 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBindBuffer()");
544 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBufferSubData()");
580 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBindBuffer()");
590 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glVertexAttribPointer()");
596 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glVertexAttribIPointer()");
607 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glVertexAttribPointer()")
    [all...]
glsDrawTest.cpp 968 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glGenBuffers()");
977 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glDeleteBuffers()");
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 197 GLU_EXPECT_NO_ERROR(gl.getError(), "Rendering failed");
205 GLU_EXPECT_NO_ERROR(gl.getError(), "Reading pixels failed");
es2fTextureFormatTests.cpp 183 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
188 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels()");
352 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
356 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels()");
471 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
476 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels()");
586 GLU_EXPECT_NO_ERROR(gl.getError(), "Set texturing state");
590 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels()");
es2fDefaultVertexAttributeTests.cpp 271 GLU_EXPECT_NO_ERROR(gl.getError(), "fill buffer");
379 GLU_EXPECT_NO_ERROR(gl.glGetError(), "setup");
384 GLU_EXPECT_NO_ERROR(gl.glGetError(), "position va");
388 GLU_EXPECT_NO_ERROR(gl.glGetError(), "default va");
393 GLU_EXPECT_NO_ERROR(gl.glGetError(), "draw");
es2fDepthStencilClearTests.cpp 289 GLU_EXPECT_NO_ERROR(gl.getError(), "Before clears");
318 GLU_EXPECT_NO_ERROR(gl.getError(), "After clears");
354 GLU_EXPECT_NO_ERROR(gl.getError(), "After depth visualization");
388 GLU_EXPECT_NO_ERROR(gl.getError(), "After stencil visualization");
es2fShaderInvarianceTests.cpp 235 GLU_EXPECT_NO_ERROR(gl.getError(), "buffer gen");
268 GLU_EXPECT_NO_ERROR (gl.getError(), "setup draw");
291 GLU_EXPECT_NO_ERROR (gl.getError(), "draw pass");
336 GLU_EXPECT_NO_ERROR (gl.getError(), "draw pass");
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 106 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to query exact GL version");
  /external/deqp/modules/egl/
teglResizeTests.cpp 219 GLU_EXPECT_NO_ERROR(gl.getError(),
295 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels() failed");
376 GLU_EXPECT_NO_ERROR(m_gl.getError(), "GL state erroneous upon initialization!");
383 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glFinish() failed");
  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 120 GLU_EXPECT_NO_ERROR(gl.getError(), "After render state setup");

Completed in 432 milliseconds

1 23 4 5 6