Searched refs:indirectOffset (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1846 …d* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVerte… 1925 …d* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVerte… in render() argument 1996 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render() 2006 memcpy(buffer + indirectOffset, &command, sizeof(command)); in render() 2022 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render() 2027 m_ctx.drawArraysIndirect(primitiveToGL(primitive), (const deInt8*)DE_NULL + indirectOffset); in render() 2042 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render() 2056 memcpy(buffer + indirectOffset, &command, sizeof(command)); in render() 2073 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render() 2078 …irect(primitiveToGL(primitive), indexTypeToGL(indexType), (const deInt8*)DE_NULL + indirectOffset); in render() [all …]
|
D | glsDrawTest.hpp | 230 int indirectOffset; //!< used only if drawMethod = Draw*Indirect member
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 194 spec.indirectOffset = 0; in genBasicSpec() 276 spec.indirectOffset = 0; in init() 312 spec.indirectOffset = 0; in init() 359 spec.indirectOffset = 0; in init() 420 spec.indirectOffset = 0; in init() 2172 …spec.indirectOffset = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indir… in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 468 …spec.indirectOffset = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indir… in init()
|