Searched refs:numViews (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 520 static constexpr const string_view numViews("layout(num_views = 1)"); in PatchMultiview() local 521 if (auto pos = vertSource.find(numViews); pos != std::string::npos) { in PatchMultiview() 522 … const auto value = vertSource.cbegin() + static_cast<ptrdiff_t>(pos + numViews.size() - 2U); in PatchMultiview()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl2ext_entries.in | 1507 …enum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews) 1508 …_API(glFramebufferTextureMultiviewOVR, target, attachment, texture, level, baseViewIndex, numViews) 1510 …um attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews) 1511 …xtureMultisampleMultiviewOVR, target, attachment, texture, level, samples, baseViewIndex, numViews)
|