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

  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 937 std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always postfixed with [0]
938 int uniformNdx = layout.getUniformIndex(fullApiName.c_str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 1008 std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always postfixed with [0]
1009 int uniformNdx = layout.getUniformIndex(fullApiName.c_str());
    [all...]

Completed in 2708 milliseconds