HomeSort by relevance Sort by last modified time
    Searched refs:DE_NULL (Results 101 - 125 of 448) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/deqp/framework/delibs/decpp/
deArrayBuffer.cpp 73 DE_TEST_ASSERT(buf.getPtr() == DE_NULL);
80 DE_TEST_ASSERT(buf.getPtr() != DE_NULL);
132 DE_TEST_ASSERT(buf.getPtr() == DE_NULL);
140 DE_TEST_ASSERT(buf.getPtr() != DE_NULL);
  /external/deqp/framework/delibs/depool/
dePoolArray.c 48 return DE_NULL;
69 void* oldPageTable = DE_NULL;
88 newPageTable[i] = DE_NULL;
159 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0);
dePoolHashSet.h 78 if (!hashSet) return DE_NULL; \
79 if ((hashSet->hash = TYPENAME##Hash_create(pool)) == DE_NULL) \
80 return DE_NULL; \
97 TYPENAME##Set* set = setPtr ? *setPtr : DE_NULL; \
114 TYPENAME##Set* set = setPtr ? *setPtr : DE_NULL; \
128 return setPtr ? *setPtr : DE_NULL; \
  /external/deqp/framework/delibs/deutil/
deTimerTest.c 46 deTimer* timer = DE_NULL;
  /external/deqp/framework/opengl/wrapper/
glwWrapper.cpp 43 DE_THREAD_LOCAL const glw::Functions* s_functions = DE_NULL;
  /external/deqp/framework/platform/android/
tcuAndroidAssets.cpp 47 , m_asset (DE_NULL)
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 112 , m_context (DE_NULL)
132 if (CGLCreateContext(pixelFormat, DE_NULL, &m_context) != kCGLNoError)
161 CGLSetCurrentContext(DE_NULL);
170 CGLSetCurrentContext(DE_NULL);
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 42 WGLContextFactory* factory = DE_NULL;
tcuWin32Window.cpp 39 : m_window (DE_NULL)
112 throw tcu::TestError("AdjustWindowRect() failed", DE_NULL, __FILE__, __LINE__);
117 throw tcu::TestError("SetWindowPos() failed", DE_NULL, __FILE__, __LINE__);
124 throw tcu::TestError("GetClientRect() failed", DE_NULL, __FILE__, __LINE__);
tcuWGL.cpp 156 : createContext (DE_NULL)
157 , deleteContext (DE_NULL)
158 , makeCurrent (DE_NULL)
159 , getProcAddress (DE_NULL)
160 , swapLayerBuffers (DE_NULL)
161 , getPixelFormatAttribivARB (DE_NULL)
162 , getPixelFormatAttribfvARB (DE_NULL)
163 , choosePixelFormatARB (DE_NULL)
164 , createContextAttribsARB (DE_NULL)
435 FunctionPtr ptr = DE_NULL;
    [all...]
  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.cpp 63 m_emitted.push_back(DE_NULL);
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 152 m_gl.shaderSource(vtxShader, 1, &vertexShaderSource, DE_NULL);
153 m_gl.shaderSource(fragShader, 1, &fragmentShaderSource, DE_NULL);
331 , m_window (DE_NULL)
332 , m_eglSurface (DE_NULL)
333 , m_eglContext (DE_NULL)
334 , m_gles2Program (DE_NULL)
335 , m_refProgram (DE_NULL)
357 return DE_NULL;
380 m_window = m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), config, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()));
381 m_eglSurface = new tcu::egl::WindowSurface(m_eglTestCtx.getDisplay(), eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglTestCtx.getDisplay().getEGLDisplay(), config, DE_NULL));
    [all...]
teglImageTests.cpp 220 CHECK_EXT_CALL_RET(eglCreateImageKHR((EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, 0, DE_NULL),
224 CHECK_EXT_CALL_RET(eglCreateImageKHR(dpy, (EGLContext)-1, EGL_NONE, 0, DE_NULL),
228 CHECK_EXT_CALL_RET(eglCreateImageKHR(dpy, EGL_NO_CONTEXT, (EGLenum)-1, 0, DE_NULL),
242 , m_window (DE_NULL)
243 , m_pixmap (DE_NULL)
244 , m_surface (DE_NULL)
262 m_window = eglTestCtx.createNativeWindow(dpy.getEGLDisplay(), m_config, DE_NULL, width, height, eglu::parseWindowVisibility(eglTestCtx.getTestContext().getCommandLine()));
263 m_surface = new tcu::egl::WindowSurface(dpy, eglu::createWindowSurface(eglTestCtx.getNativeDisplay(), *m_window, dpy.getEGLDisplay(), m_config, DE_NULL));
267 m_pixmap = eglTestCtx.createNativePixmap(dpy.getEGLDisplay(), m_config, DE_NULL, width, height);
268 m_surface = new tcu::egl::PixmapSurface(dpy, eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *m_pixmap, dpy.getEGLDisplay(), m_config, DE_NULL));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fApiCase.hpp 47 virtual void test (void) = DE_NULL;
es2fBufferObjectQueryTests.cpp 80 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
152 virtual void testBuffer (void) = DE_NULL;
201 glBufferData(m_bufferTarget, len, DE_NULL, GL_STREAM_DRAW);
229 glBufferData(m_bufferTarget, 16, DE_NULL, usages[ndx]);
249 , m_verifierInt (DE_NULL)
262 DE_ASSERT(m_verifierInt == DE_NULL);
es2fBooleanStateQueryTests.cpp 53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
55 virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = DE_NULL;
539 , m_verifierIsEnabled (DE_NULL)
540 , m_verifierBoolean (DE_NULL)
541 , m_verifierInteger (DE_NULL)
542 , m_verifierFloat (DE_NULL)
553 DE_ASSERT(m_verifierIsEnabled == DE_NULL);
554 DE_ASSERT(m_verifierBoolean == DE_NULL);
555 DE_ASSERT(m_verifierInteger == DE_NULL);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fApiCase.hpp 47 virtual void test (void) = DE_NULL;
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 56 return DE_NULL;
105 ret = pthread_join(thread->thread, DE_NULL);
  /external/deqp/framework/egl/
egluDefs.cpp 49 throw BadAllocError(desc.str().c_str(), DE_NULL, file, line);
51 throw Error(err, desc.str().c_str(), DE_NULL, file, line);
egluGLContextFactory.cpp 169 , m_display (DE_NULL)
170 , m_window (DE_NULL)
171 , m_pixmap (DE_NULL)
177 , m_dynamicGLLibrary (DE_NULL)
300 throw tcu::NotSupportedError("Matching EGL config not found", DE_NULL, __FILE__, __LINE__);
326 NativeWindow* nativeWindow = DE_NULL;
349 NativePixmap* nativePixmap = DE_NULL;
411 throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL ES 3.0 and newer", DE_NULL, __FILE__, __LINE__);
424 throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL context creation", DE_NULL, __FILE__, __LINE__);
500 throw tcu::NotSupportedError("Selected EGL config doesn't support any surface types", DE_NULL, __FILE__, __LINE__)
    [all...]
  /external/deqp/framework/qphelper/
qpWatchDog.c 108 dog->watchDogThread = deThread_create(watchDogThreadFunc, dog, DE_NULL);
112 return DE_NULL;
  /external/deqp/framework/common/
tcuImageIO.cpp 91 png_structp png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, DE_NULL, DE_NULL, DE_NULL);
132 png_destroy_read_struct(&png_ptr, DE_NULL, DE_NULL);
142 throw InternalError("Unsupported texture format", DE_NULL, __FILE__, __LINE__);
  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 79 , m_shader (DE_NULL)
126 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
139 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
152 gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &result);
164 m_shader = DE_NULL;
190 gl.bufferData(GL_SHADER_STORAGE_BUFFER, s_fixedBufferSize * (int)sizeof(float), DE_NULL, GL_DYNAMIC_COPY);
  /external/deqp/modules/glshared/
glsBufferTestUtil.hpp 121 virtual int getMinSize (void) const = DE_NULL;
122 virtual int getAlignment (void) const = DE_NULL;
123 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) = DE_NULL;
197 virtual int getMinSize (void) const = DE_NULL;
198 virtual int getAlignment (void) const = DE_NULL;
199 virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) = DE_NULL;
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 314 , m_log (DE_NULL)
315 , m_cmdLine (DE_NULL)
316 , m_app (DE_NULL)
350 m_app = DE_NULL;
351 m_cmdLine = DE_NULL;
352 m_log = DE_NULL;
389 return DE_NULL;

Completed in 1298 milliseconds

1 2 3 45 6 7 8 91011>>