Home
last modified time | relevance | path

Searched refs:BufferOffsetAsPointer (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.hpp46 DE_INLINE void* BufferOffsetAsPointer (uintptr_t byteOffset) in BufferOffsetAsPointer() function
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp921 gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), glu::BufferOffsetAsPointer(sizeof(tcu::Vec4)));
970 gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), glu::BufferOffsetAsPointer(sizeof(tcu::Vec4)));
1150 gl.glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, (glw::GLsizei)(2 * sizeof(tcu::Vec4)), glu::BufferOffsetAsPointer(sizeof(tcu::Vec4)));
1205 gl.glVertexAttribPointer(bindingPoint2, 4, GL_FLOAT, GL_FALSE, (glw::GLsizei)(2 * sizeof(tcu::Vec4)), glu::BufferOffsetAsPointer(sizeof(tcu::Vec4)));
H A Des31fMultisampleShaderRenderCase.cpp496 gl.vertexAttribPointer(location, 4, GL_FLOAT, GL_FALSE, it->second.stride, glu::BufferOffsetAsPointer(it->second.offset));
H A Des31fVertexAttributeBindingStateQueryTests.cpp618 gl.glVertexAttribPointer(1, 4, GL_FLOAT, GL_FALSE, 0, glu::BufferOffsetAsPointer(12)); in test()
H A Des31fDrawTests.cpp1511 gl.vertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, 8 * (int)sizeof(float), glu::BufferOffsetAsPointer(4*sizeof(float)));
1532 const void* offset = glu::BufferOffsetAsPointer(drawCmdNdx*m_commandSize);
H A Des31fPrimitiveBoundingBoxTests.cpp958 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, (int)(VA_NUM_ATTRIB_VECS * sizeof(float[4])), glu::BufferOffsetAsPointer(4 * VA_POS_VEC_NDX * sizeof(float)));
959 gl.vertexAttribPointer(colLocation, 4, GL_FLOAT, GL_FALSE, (int)(VA_NUM_ATTRIB_VECS * sizeof(float[4])), glu::BufferOffsetAsPointer(4 * VA_COL_VEC_NDX * sizeof(float)));
3982 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, (int)(8 * sizeof(float)), glu::BufferOffsetAsPointer(0 * sizeof(float)));
3983 gl.vertexAttribPointer(colLocation, 4, GL_FLOAT, GL_FALSE, (int)(8 * sizeof(float)), glu::BufferOffsetAsPointer(4 * sizeof(float)));
H A Des31fGeometryShaderTests.cpp4808 gl.vertexAttribPointer(oneLocation, 4, GL_FLOAT, GL_FALSE, 2 * (int)sizeof(tcu::Vec4), glu::BufferOffsetAsPointer(1 * sizeof(tcu::Vec4)));
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp10316 glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test1D()
10335 glu::BufferOffsetAsPointer(1)); in Test1D()
10557 s_reference_type, glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test2D()
10576 s_reference_type, glu::BufferOffsetAsPointer(1)); in Test2D()
10811 s_reference_format, s_reference_type, glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test3D()
10830 s_reference_format, s_reference_type, glu::BufferOffsetAsPointer(1)); in Test3D()
10940 glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test1DCompressed()
11050 glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test2DCompressed()
11183 m_reference_compressed_3D_size, glu::BufferOffsetAsPointer(s_reference_size * 2)); in Test3DCompressed()
13319 glu::BufferOffsetAsPointer( in iterate()
[all...]
H A Dgl4cDirectStateAccessVertexArraysTests.cpp513 glu::BufferOffsetAsPointer(i * sizeof(glw::GLint))); in PrepareVAO()
2829 gl.vertexAttribIPointer(1, 1, GL_INT, sizeof(glw::GLint) * 2, glu::BufferOffsetAsPointer(1 * sizeof(glw::GLint))); in PrepareVAO()
3782 gl.vertexAttribIPointer(1, 2, GL_SHORT, 2, glu::BufferOffsetAsPointer(2 * sizeof(glw::GLchar))); in PrepareVAO()
3814 gl.vertexAttribPointer(3, 4, GL_UNSIGNED_INT_2_10_10_10_REV, GL_FALSE, 8, glu::BufferOffsetAsPointer(4 * sizeof(glw::GLchar))); in PrepareVAO()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1200 gl.vertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4), glu::BufferOffsetAsPointer(vertexBufferOffset)); in makeTessellationEvaluationFrameBufferTest()
1396 gl.vertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4), glu::BufferOffsetAsPointer(vertexBufferOffset)); in makeGeometryFrameBufferTest()
1850 gl.vertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4), glu::BufferOffsetAsPointer(vertexBufferOffset)); in makeVertexFrameBufferTest()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2968 glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, glu::BufferOffsetAsPointer(8)); in test()
2974 glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, glu::BufferOffsetAsPointer(4)); in test()
2982 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(4)); in test()
2992 checkPointerEquals(m_testCtx, state, glu::BufferOffsetAsPointer(8)); in test()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1963 m_ctx.drawArraysIndirect(primitiveToGL(primitive), glu::BufferOffsetAsPointer(indirectOffset)); in render()
2015 m_ctx.drawElementsIndirect(primitiveToGL(primitive), indexTypeToGL(indexType), glu::BufferOffsetAsPointer(indirectOffset)); in render()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp4000 gl.vertexAttribPointer(m_colorLoc, 4, GL_FLOAT, GL_FALSE, (glw::GLsizei)(8 * sizeof(float)), glu::BufferOffsetAsPointer(0 * sizeof(tcu::Vec4)));
4001 gl.vertexAttribPointer(m_positionLoc, 4, GL_FLOAT, GL_FALSE, (glw::GLsizei)(8 * sizeof(float)), glu::BufferOffsetAsPointer(1 * sizeof(tcu::Vec4)));
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4185 const void* indicesPtr = glu::BufferOffsetAsPointer(command->firstIndex * sizeOfType);

Completed in 71 milliseconds