OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gles2Error
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fDepthTests.cpp
139
deUint32
gles2Error
;
151
gles2Error
= context.getError();
168
bool errorCodesOk = (
gles2Error
== refError);
172
log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(
gles2Error
) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es2fStencilTests.cpp
296
GLenum
gles2Error
;
336
gles2Error
= context.getError();
359
bool errorCodeOk = (
gles2Error
== GL_NO_ERROR);
es2fFboRenderTest.cpp
579
GLenum
gles2Error
;
591
gles2Error
= context.getError();
619
bool errorCodesOk = (
gles2Error
== refError);
623
log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(
gles2Error
) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDepthTests.cpp
142
deUint32
gles2Error
;
154
gles2Error
= context.getError();
171
bool errorCodesOk = (
gles2Error
== refError);
175
log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(
gles2Error
) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es3fStencilTests.cpp
299
GLenum
gles2Error
;
339
gles2Error
= context.getError();
362
bool errorCodeOk = (
gles2Error
== GL_NO_ERROR);
Completed in 426 milliseconds