HomeSort by relevance Sort by last modified time
    Searched refs:checkError (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 45 public void checkError() {
58 checkError();
63 checkError();
68 checkError();
73 checkError();
78 checkError();
83 checkError();
88 checkError();
93 checkError();
98 checkError();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 58 private void checkError() {
73 checkError();
79 checkError();
85 checkError();
91 checkError();
97 checkError();
103 checkError();
109 checkError();
115 checkError();
121 checkError();
    [all...]
GLLogWrapper.java 49 private void checkError() {
    [all...]
EGLLogWrapper.java 60 checkError();
74 checkError();
90 checkError();
105 checkError();
121 checkError();
137 checkError();
149 checkError();
161 checkError();
176 checkError();
192 checkError();
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 105 checkError();
109 checkError();
113 checkError();
117 checkError();
122 checkError();
126 checkError();
130 checkError();
134 checkError();
139 checkError();
143 checkError();
    [all...]
IntrinsicConvolve3x3.java 172 checkError();
176 checkError();
180 checkError();
184 checkError();
189 checkError();
194 checkError();
199 checkError();
204 checkError();
211 checkError();
216 checkError();
    [all...]
IntrinsicConvolve5x5.java 113 checkError();
117 checkError();
121 checkError();
125 checkError();
130 checkError();
134 checkError();
138 checkError();
142 checkError();
148 checkError();
153 checkError();
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 14 GLES20Canvas.checkError();
21 GLES20Canvas.checkError();
27 GLES20Canvas.checkError();
34 GLES20Canvas.checkError();
40 GLES20Canvas.checkError();
GLES20Canvas.java 200 checkError();
212 checkError();
293 checkError();
307 checkError();
312 checkError();
314 checkError();
316 checkError();
338 checkError();
340 checkError();
350 checkError();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 14 GLES20Canvas.checkError();
21 GLES20Canvas.checkError();
27 GLES20Canvas.checkError();
34 GLES20Canvas.checkError();
40 GLES20Canvas.checkError();
GLES20Canvas.java 200 checkError();
212 checkError();
293 checkError();
307 checkError();
312 checkError();
314 checkError();
316 checkError();
338 checkError();
340 checkError();
350 checkError();
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 14 GLES20Canvas.checkError();
21 GLES20Canvas.checkError();
27 GLES20Canvas.checkError();
34 GLES20Canvas.checkError();
40 GLES20Canvas.checkError();
GLES20Canvas.java 136 checkError();
148 checkError();
184 checkError();
198 checkError();
203 checkError();
205 checkError();
207 checkError();
229 checkError();
231 checkError();
241 checkError();
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayTex3DValidation.hpp 71 bool checkError(glw::GLint expectedError, const char* message);
esextcTextureCubeMapArrayTex3DValidation.cpp 93 if (!checkError(GL_NO_ERROR, "glTexImage3D() call failed when called with valid arguments - "))
102 if (!checkError(GL_NO_ERROR, "glTexStorage3D() call failed when called with valid arguments - "))
119 if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code when width != height - "))
128 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error code "
145 if (!checkError(GL_INVALID_VALUE, "glTexImage3D() call generated an invalid error code"
158 if (!checkError(GL_INVALID_VALUE, "glTexStorage3D() call generated an invalid error "
175 if (!checkError(GL_INVALID_OPERATION, "glTexStorage3D() call generated an invalid error code when levels argument "
204 bool TextureCubeMapArrayTex3DValidation::checkError(glw::GLint expectedError, const char* message)
  /external/deqp/framework/egl/
egluDefs.hpp 28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__)
29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
59 void checkError (deUint32 err, const char* msg, const char* file, int line);
  /cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java 23 private static void checkError(Class<?> expectedErrorClass, Throwable thrown,
49 checkError(expectedErrorClass, null, false);
53 checkError(expectedErrorClass, t, false);
93 checkError(expectedErrorClass, null, false);
95 checkError(expectedErrorClass, t, wrapped);
DxAbstractMain.java 25 private static void checkError(Class<?> expectedErrorClass, Throwable thrown,
54 checkError(expectedErrorClass, t, false);
60 checkError(expectedErrorClass, null, false);
97 checkError(expectedErrorClass, t, wrapped);
100 checkError(expectedErrorClass, null, false);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 133 assertEquals(null, red.checkError());
146 assertEquals(null, blue.checkError());
160 assertContains("OMG MUFFINS", blue.checkError());
174 assertContains("Remote side is dead", blue.checkError());
189 assertContains("Remote side is dead", red.checkError());
254 assertContains("BLUE RAWR", red.checkError());
255 assertNull(blue.checkError());
264 assertContains("Remote side is dead", red.checkError());
275 assertContains("Remote side is dead", red.checkError());
284 assertNull(blue.checkError());
    [all...]
IParcelFileDescriptorPeer.aidl 48 String checkError();
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVError.h 50 // To use this macro, function checkError must be defined in the scope.
52 getErrorLog().checkError(Condition, SPIRVEC_##ErrCode, std::string()+ErrMsg,\
57 if (!getErrorLog().checkError(Condition, SPIRVEC_##ErrCode,\
91 bool checkError(bool Condition, SPIRVErrorCode ErrCode,
103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode,
  /external/deqp/framework/opengl/
gluDefs.cpp 65 void checkError (const RenderContext& context, const char* msg, const char* file, int line)
67 checkError(context.getFunctions().getError(), msg, file, line);
70 void checkError (deUint32 err, const char* msg, const char* file, int line)
gluDefs.hpp 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
69 void checkError (deUint32 err, const char* msg, const char* file, int line);
70 void checkError (const RenderContext& context, const char* msg, const char* file, int line);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 90 if (checkError("Error initializing compression")) return false;
110 if (checkError("Error configuring defaults")) return false;
114 if (checkError("Error starting compression")) return false;
125 if (checkError("Error while compressing")) return false;
134 if (checkError("Error while finishing compression")) return false;
169 bool JpegCompressor::checkError(const char *msg) {
  /external/python/cpython3/Lib/test/
test_regrtest.py 43 def checkError(self, args, msg):
61 self.checkError(['--timeout'], 'expected one argument')
62 self.checkError(['--timeout', 'foo'], 'invalid float value')
71 self.checkError(['--slaveargs'], 'expected one argument')
78 self.checkError([opt], 'expected one argument')
131 self.checkError(['--randseed'], 'expected one argument')
132 self.checkError(['--randseed', 'foo'], 'invalid int value')
139 self.checkError([opt], 'expected one argument')
140 self.checkError([opt, 'foo', '-s'], "don't go together")
153 self.checkError([opt, '-f', 'foo'], "don't go together"
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 7