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

  /external/deqp/external/openglcts/modules/gles31/
es31cProgramInterfaceQueryTests.cpp 595 std::map<std::string, GLuint> indicesSSB;
597 VerifyGetProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, indicesSSB, "Output", error);
600 VerifyGetProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, indicesSSB["Output"], "Output", error);
611 VerifyGetProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, indicesSSB["Output"], 7, props3, 7, expected3,
623 GLint expected4[] = { 15, 35666, 0, static_cast<GLint>(indicesSSB["Output"]), 0, 1, 0, 0, 1 };
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp     [all...]

Completed in 79 milliseconds