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

1 2 3 4 5

  /external/deqp/framework/egl/
egluConfigInfo.hpp 35 deInt32 bufferSize;
36 deInt32 redSize;
37 deInt32 greenSize;
38 deInt32 blueSize;
39 deInt32 luminanceSize;
40 deInt32 alphaSize;
41 deInt32 alphaMaskSize;
46 deInt32 configId;
47 deInt32 conformant;
48 deInt32 depthSize
    [all...]
egluDefs.hpp 44 Error (deInt32 errCode, const char* errStr);
45 Error (deInt32 errCode, const char* message, const char* expr, const char* file, int line);
48 deInt32 getError (void) const { return m_error; }
51 deInt32 m_error;
  /external/deqp/framework/delibs/dethread/
deAtomic.c 28 DE_STATIC_ASSERT(sizeof(long) == sizeof(deInt32));
deAtomic.h 39 DE_INLINE deInt32 deAtomicIncrement32 (deInt32 volatile* dstAddr)
55 DE_INLINE deInt32 deAtomicDecrement32 (deInt32 volatile* dstAddr)
deThreadTest.c 38 deInt32 val = *((deInt32*)arg);
94 deInt32 val = 123;
108 deInt32 ret;
185 deInt32 counter;
186 deInt32 counter2;
187 deInt32 maxVal;
193 deInt32 numIncremented = 0;
197 deInt32 localCounter;
358 deInt32 buffer[32]
    [all...]
  /external/deqp/framework/delibs/destream/
deRingbuffer.h 33 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount);
deStreamCpyThread.h 37 deInt32 bufferSize;
40 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 bufferSize);
deInStream.h 38 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* numWritten);
44 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* numWritten)
deIOStream.h 52 typedef deStreamResult (*deIOStreamReadFunc) (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead);
53 typedef deStreamResult (*deIOStreamWriteFunc) (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten);
77 DE_INLINE deStreamResult deIOStream_read (deIOStream* stream, void* buf, deInt32 bufSize, deInt32* numRead);
78 DE_INLINE deStreamResult deIOStream_write (deIOStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten);
86 DE_INLINE deStreamResult deIOStream_write (deIOStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten
    [all...]
deRingbuffer.c 25 #include "deInt32.h"
34 deInt32 blockSize;
35 deInt32 blockCount;
36 deInt32* blockUsage;
42 deInt32 outBlock;
43 deInt32 outPos;
45 deInt32 inBlock;
46 deInt32 inPos;
52 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount
    [all...]
deOutStream.h 38 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten);
45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, deInt32* numWritten)
deStreamCpyThread.c 35 deInt32 read = 0;
36 deInt32 written = 0;
43 deInt32 wrote = 0;
60 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 bufferSize)
deThreadStream.c 55 deInt32 read = 0;
56 deInt32 written = 0;
63 deInt32 wrote = 0;
83 static deStreamResult threadInStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead)
152 static deStreamResult threadOutStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten)
deFileStream.c 34 static deStreamResult fileIOStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead)
41 *numRead = (deInt32)_numRead;
67 static deStreamResult fileIOStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten)
73 *numWritten = (deInt32)_numWritten;
  /external/deqp/framework/delibs/debase/
deInt32.h 238 DE_INLINE deInt32 deAlign32 (deInt32 val, deInt32 align)
293 DE_INLINE int deLog2Floor32 (deInt32 a)
304 DE_INLINE int deLog2Ceil32 (deInt32 a)
314 DE_INLINE deUint32 deLog2Clz(deInt32 a)
340 DE_INLINE deInt32 deSafeMul32 (deInt32 a, deInt32 b)
342 deInt32 res = a * b
    [all...]
deString.h 42 deInt32 deVsprintf (char* string, size_t size, const char* format, va_list args);
43 deInt32 deSprintf (char* string, size_t size, const char* format, ...) DE_PRINTF_FUNC_ATTR(3, 4);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 156 virtual void vertexAttribI4i (deUint32 index, deInt32, deInt32, deInt32, deInt32) = DE_NULL;
159 virtual deInt32 getAttribLocation (deUint32 program, const char *name) = DE_NULL;
161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
162 virtual void uniform1i (deInt32 index, deInt32) = DE_NULL;
163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL
    [all...]
sglrGLContext.hpp 168 virtual void vertexAttribI4i (deUint32 index, deInt32, deInt32, deInt32, deInt32);
171 virtual deInt32 getAttribLocation (deUint32 program, const char *name);
173 virtual void uniform1f (deInt32 location, float);
174 virtual void uniform1i (deInt32 location, deInt32);
175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*)
    [all...]
sglrReferenceContext.hpp 714 virtual void vertexAttribI4i (deUint32 index, deInt32, deInt32, deInt32, deInt32);
717 virtual deInt32 getAttribLocation (deUint32 program, const char *name);
719 virtual void uniform1f (deInt32 location, float);
720 virtual void uniform1i (deInt32 location, deInt32);
721 virtual void uniform1fv (deInt32 index, deInt32 count, const float*)
    [all...]
sglrGLContext.cpp 701 void GLContext::vertexAttribI4i (deUint32 index, deInt32 x, deInt32 y, deInt32 z, deInt32 w)
711 deInt32 GLContext::getAttribLocation (deUint32 program, const char *name)
716 void GLContext::uniform1f (deInt32 location, float v0)
721 void GLContext::uniform1i (deInt32 location, deInt32 v0)
726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value
    [all...]
sglrContextUtil.cpp 64 deInt32 posLoc = ctx.getAttribLocation(program, "a_position");
65 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord");
134 deInt32 posLoc = ctx.getAttribLocation(program, "a_position");
135 deInt32 coordLoc = ctx.getAttribLocation(program, "a_coord");
  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 88 deInt32 m_preguard;
94 deInt32 m_postguard; // \note guards are not const qualified since the GL implementation might modify them
99 : m_preguard ((deInt32)(GUARD_VALUE))
100 , m_postguard ((deInt32)(GUARD_VALUE))
130 return (m_preguard != (deInt32)(GUARD_VALUE)) || (m_postguard != (deInt32)(GUARD_VALUE));
138 if (m_preguard != (deInt32)(GUARD_VALUE))
147 else if (m_postguard != (deInt32)(GUARD_VALUE))
  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 56 deInt32 iData[4];
136 inline deInt32* GenericVec4::getAccess<deInt32> ()
142 inline const deInt32* GenericVec4::getAccess<deInt32> () const
  /external/deqp/framework/opengl/wrapper/
glwTypes.inl 48 typedef deInt32 GLint;
69 typedef deInt32 GLsizei;
70 typedef deInt32 GLfixed;
  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 54 template <> inline deInt32 getRandomValue<deInt32> (de::Random& rnd) { return (deInt32)rnd.getUint32(); }

Completed in 138 milliseconds

1 2 3 4 5