Home
last modified time | relevance | path

Searched refs:GetTransformFeedbackVaryingType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp583 static GLint GetTransformFeedbackVaryingType(GLuint programId, GLint index) in GetTransformFeedbackVaryingType() function
598 if (GetTransformFeedbackVaryingType(currentProgramId_, boundTransformFeedback_) <= 0) { in BeginTransformFeedback()
610 if (GetTransformFeedbackVaryingType(currentProgramId_, boundTransformFeedback_) <= 0) { in EndTransformFeedback()