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

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 80 ShaderStage layoutLocation;
87 , layoutLocation (layoutLocation_)
287 const bool layoutInVert = (uniformInfo.layoutLocation & UniformInfo::SHADERSTAGE_VERTEX) != 0;
288 const bool layoutInFrag = (uniformInfo.layoutLocation & UniformInfo::SHADERSTAGE_FRAGMENT) != 0;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 350 milliseconds