Home
last modified time | relevance | path

Searched refs:deIntptr (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp74 const T& at (deIntptr ndx) const { return *getPtr(ndx); } in at()
75 T& at (deIntptr ndx) { return *getPtr(ndx); } in at()
77 const T& operator[] (deIntptr ndx) const { return at(ndx); } in operator []()
78 T& operator[] (deIntptr ndx) { return at(ndx); } in operator []()
81 Iterator end (void) { return Iterator(this, (deIntptr)m_numElements); } in end()
84 ConstIterator end (void) const { return ConstIterator(this, (deIntptr)m_numElements); } in end()
94 T* getPtr (deIntptr ndx) const;
112 deIntptr getNdx (void) const throw() { return m_ndx; } in getNdx()
115 deIntptr m_ndx;
123 PoolArrayConstIterator (const PoolArray<T, Alignment>* array, deIntptr ndx);
[all …]
DdeDirectoryIterator.hpp72 deIntptr m_handle;
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp60 void glBufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage);
61 void glBufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data);
220 void* glMapBufferRange (deUint32 target, deIntptr offset, deIntptr length, deUint32 access);
221 void glFlushMappedBufferRange (deUint32 target, deIntptr offset, deIntptr length);
229 …ufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, deIntptr size);
255 …a (deUint32 readTarget, deUint32 writeTarget, deIntptr readOffset, deIntptr writeOffset, deIn…
DsglrGLContext.hpp108 virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage);
109 …virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* da…
DsglrContext.hpp96 …virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) = D…
97 …virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data) …
DsglrContextWrapper.cpp239 void ContextWrapper::glBufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) in glBufferData()
244 void ContextWrapper::glBufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* … in glBufferSubData()
DsglrGLContext.cpp433 void GLContext::bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) in bufferData()
438 void GLContext::bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data) in bufferSubData()
DsglrReferenceContext.hpp659 virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage);
660 virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data);
DsglrReferenceContext.cpp2561 void ReferenceContext::bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) in bufferData()
2571 DE_ASSERT((deIntptr)(int)size == size); in bufferData()
2577 void ReferenceContext::bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* … in bufferSubData()
/external/deqp/framework/platform/android/
DtcuAndroidJNI.cpp54 return (tcu::Android::ExecService*)(deIntptr)env->GetLongField(obj, field); in getExecService()
60 env->SetLongField(obj, field, (jlong)(deIntptr)service); in setExecService()
/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp123 deIntptr offset;
127 …DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(n… in DispatchCommand()
192 DE_ASSERT(cmdIter->offset + INDIRECT_COMMAND_SIZE <= (deIntptr)m_bufferSize); in createCmdBufferUpload()
230 DE_ASSERT((deIntptr)offs*4 == cmdIter->offset); in createCmdBufferCompute()
371 deIntptr curOffset = 0; in iterate()
Des31fSSBOLayoutCase.cpp1518 …DE_ASSERT((deIntptr)(srcCompPtr + compSize) - (deIntptr)srcBlockPtr.ptr <= (deIntptr)srcBlockPtr.s… in copyBufferVarData()
1519 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()
1526 …DE_ASSERT((deIntptr)(srcElemPtr + scalarSize*compSize) - (deIntptr)srcBlockPtr.ptr <= (deIntptr)sr… in copyBufferVarData()
1527 …DE_ASSERT((deIntptr)(dstElemPtr + scalarSize*compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)ds… in copyBufferVarData()
1729 …DE_ASSERT((deIntptr)(refCompPtr + compSize) - (deIntptr)refBlockPtr.ptr <= (deIntptr)refBlockPtr.s… in compareBufferVarData()
1730 …DE_ASSERT((deIntptr)(resCompPtr + compSize) - (deIntptr)resBlockPtr.ptr <= (deIntptr)resBlockPtr.s… in compareBufferVarData()
1753 …DE_ASSERT((deIntptr)(refElemPtr + scalarSize*compSize) - (deIntptr)refBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData()
1754 …DE_ASSERT((deIntptr)(resElemPtr + scalarSize*compSize) - (deIntptr)resBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData()
Des31fTextureSpecificationTests.cpp567 …m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
/external/deqp/framework/delibs/debase/
DdeDefs.h173 typedef INT_PTR deIntptr; typedef
177 typedef intptr_t deIntptr; typedef
189 typedef intptr_t deIntptr; typedef
DdeDefs.c37 DE_STATIC_ASSERT(sizeof(deIntptr) == sizeof(void*));
/external/deqp/framework/egl/wrapper/
DeglwTypes.inl48 typedef deIntptr EGLAttrib;
/external/deqp/modules/glshared/
DglsLongStressCase.cpp856 …lu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, (GLvoid*)(deIntptr)attrBufOffset); in setAttribute()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp2883 …m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
2994 …m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()