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

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 96 static void uploadUniformIndices (const glw::Functions& gl, deUint32 program, const char* varPrefix, int numIndices, const int* indices)
574 uploadUniformIndices(gl, executor->getProgram(), "index", numLookups, &lookupIndices[0]);
899 uploadUniformIndices(gl, shaderExecutor->getProgram(), "index", numReads, &readIndices[0]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 226 static void uploadUniformIndices (UniformSetup* uniformSetup, int numIndices, const int* indices, deUint32& bindingLocation)
554 uploadUniformIndices(m_uniformSetup, numLookups, &m_lookupIndices[0], bindingLocation);
886 uploadUniformIndices(m_uniformSetup, numReads, &m_readIndices[0], bindingLocation);
    [all...]

Completed in 591 milliseconds