HomeSort by relevance Sort by last modified time
    Searched refs:deIntptr (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/egl/
egluHeaderWrapper.hpp 44 typedef deIntptr EGLAttrib;
  /external/deqp/framework/delibs/decpp/
dePoolArray.hpp 74 const T& at (deIntptr ndx) const { return *getPtr(ndx); }
75 T& at (deIntptr ndx) { return *getPtr(ndx); }
77 const T& operator[] (deIntptr ndx) const { return at(ndx); }
78 T& operator[] (deIntptr ndx) { return at(ndx); }
81 Iterator end (void) { return Iterator(this, (deIntptr)m_numElements); }
84 ConstIterator end (void) const { return ConstIterator(this, (deIntptr)m_numElements); }
94 T* getPtr (deIntptr ndx) const;
112 deIntptr getNdx (void) const throw() { return m_ndx; }
115 deIntptr m_ndx;
123 PoolArrayConstIterator (const PoolArray<T, Alignment>* array, deIntptr ndx)
    [all...]
deDirectoryIterator.hpp 72 deIntptr m_handle;
  /external/deqp/framework/platform/android/
tcuAndroidJNI.cpp 54 return (tcu::Android::ExecService*)(deIntptr)env->GetLongField(obj, field);
60 env->SetLongField(obj, field, (jlong)(deIntptr)service);
  /external/deqp/framework/delibs/debase/
deDefs.h 147 typedef INT_PTR deIntptr;
151 typedef intptr_t deIntptr;
163 typedef intptr_t deIntptr;
deDefs.c 37 DE_STATIC_ASSERT(sizeof(deIntptr) == sizeof(void*));
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 60 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 void glBindBufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, deIntptr size);
255 void glCopyBufferSubData (deUint32 readTarget, deUint32 writeTarget, deIntptr readOffset, deIntptr writeOffset, deIntptr size)
    [all...]
sglrContext.hpp 96 virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage) = DE_NULL;
97 virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data) = DE_NULL;
sglrContextWrapper.cpp 239 void ContextWrapper::glBufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage)
244 void ContextWrapper::glBufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data)
sglrGLContext.hpp 108 virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage);
109 virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data);
sglrGLContext.cpp 433 void GLContext::bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage)
438 void GLContext::bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data)
sglrReferenceContext.hpp 654 virtual void bufferData (deUint32 target, deIntptr size, const void* data, deUint32 usage);
655 virtual void bufferSubData (deUint32 target, deIntptr offset, deIntptr size, const void* data);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 123 deIntptr offset;
127 DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(numWorkGroups_) {}
192 DE_ASSERT(cmdIter->offset + INDIRECT_COMMAND_SIZE <= (deIntptr)m_bufferSize);
230 DE_ASSERT((deIntptr)offs*4 == cmdIter->offset);
371 deIntptr curOffset = 0;
es31fSSBOLayoutCase.cpp     [all...]
es31fTextureSpecificationTests.cpp 567 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 856 glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, (GLvoid*)(deIntptr)attrBufOffset);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]

Completed in 533 milliseconds