HomeSort by relevance Sort by last modified time
    Searched refs:deBool (Results 51 - 63 of 63) sorted by null

1 23

  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 99 deBool deThread_join (deThread threadptr)
  /external/deqp/framework/delibs/debase/
deDefs.h 170 typedef int deBool;
171 #define DE_TRUE 1 /*!< True value for deBool. */
172 #define DE_FALSE 0 /*!< False value for deBool. */
240 DE_INLINE deBool deGetFalse (void) { return DE_FALSE; }
241 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; }
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 344 void ContextWrapper::glColorMask (deBool r, deBool g, deBool b, deBool a)
349 void ContextWrapper::glDepthMask (deBool mask)
sglrGLContext.cpp 580 void GLContext::colorMask (deBool r, deBool g, deBool b, deBool a)
585 void GLContext::depthMask (deBool mask)
656 void GLContext::vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer)
sglrReferenceContext.hpp 690 virtual void colorMask (deBool r, deBool g, deBool b, deBool a);
691 virtual void depthMask (deBool mask);
704 virtual void vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/delibs/depool/
deMemPool.c 99 deBool allowFailing; /*!< Is allocation failure simulation enabled? */
103 deBool enableDebugAllocs; /*!< If true, always allocates using deMalloc(). */
390 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse)
408 int deMemPool_getCapacity (const deMemPool* pool, deBool recurse)
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 48 deBool stopNotified;
49 deBool consumerStopping;
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 62 DE_INLINE deBool isWhitespace (char c)
67 DE_INLINE deBool isEOL (char c)
72 DE_INLINE deBool isNumeric (char c)
77 DE_INLINE deBool isAlpha (char c)
82 DE_INLINE deBool isCaseNameChar (char c)
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 398 deBool tcuIOSApp_iterate (tcuIOSApp* app)
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 140 deBool shaderBinarySupported = !binaryFormats.empty();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 155 deBool shaderBinarySupported = !binaryFormats.empty();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 165 deBool shaderBinarySupported = !binaryFormats.empty();
    [all...]

Completed in 110 milliseconds

1 23