HomeSort by relevance Sort by last modified time
    Searched full:ndxb (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp 246 const int ndxB = maxBindings / 2;
267 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8);
270 verifyStateIndexedInteger(result, gl, m_queryTarget, ndxB, *bufferB, m_verifierType);
272 if (ndxA != ndxB)
331 const int ndxB = maxBindings / 2;
368 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, offset, 8);
371 verifyStateIndexedInteger(result, gl, m_queryTarget, ndxB, offset, m_verifierType);
373 if (ndxA != ndxB)
431 const int ndxB = maxBindings / 2;
455 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp     [all...]

Completed in 158 milliseconds