Searched defs:programId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
H A D | player_source.cpp | 107 int32_t PlayerSource::SelectTrack(int32_t programId, int32_t trackId) in SelectTrack() 113 int32_t PlayerSource::UnselectTrack(int32_t programId, int32_t trackId) in UnselectTrack() 119 int32_t PlayerSource::GetSelectedTrack(int32_t &programId, int32_t trackId[], int32_t &nums) in GetSelectedTrack()
|
H A D | player_demux.cpp | 161 int programId = -1; in GetFileInfo() local 233 int32_t PlayerDemuxer::SelectTrack(int32_t programId, int32_t trackId) in SelectTrack() 239 int32_t PlayerDemuxer::UnselectTrack(int32_t programId, int32_t trackId) in UnselectTrack() 245 int32_t PlayerDemuxer::GetSelectedTrack(int32_t &programId, int32_t trackId[], int32_t &nums) in GetSelectedTrack()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_program.h | 44 void SetProgramId(uint32_t programId) in SetProgramId()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 583 static GLint GetTransformFeedbackVaryingType(GLuint programId, GLint index) in GetTransformFeedbackVaryingType() 620 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetTransformFeedbackVarying() local 1599 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetUniformBlockIndex() local 1619 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in UniformBlockBinding() local 1720 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in TransformFeedbackVaryings() local 1743 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetUniformIndices() local 1775 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetActiveUniforms() local 1825 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetActiveUniformBlockParameter() local 1869 GLuint programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetActiveUniformBlockName() local
|
H A D | webgl_rendering_context_base_impl.cpp | 329 GLuint programId = glCreateProgram(); in CreateProgram() local 392 uint32_t programId = webGLProgram->GetProgramId(); in AttachShader() local 416 uint32_t programId = webGLProgram->GetProgramId(); in DetachShader() local 546 uint32_t programId = webGlProgram->GetProgramId(); in DeleteProgram() local 924 uint32_t programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetProgramParameter() local 970 uint32_t programId = WebGLProgram::DEFAULT_PROGRAM_ID; in GetAttachedShaders() local 996 GLuint programId = webGlProgram->GetProgramId(); in GetUniformLocation() local 1040 GLuint programId = webGlProgram->GetProgramId(); in GetAttribLocation() local 1479 GLuint programId = webGLProgram->GetProgramId(); in BindAttribLocation() local 2187 GLenum WebGLRenderingContextBaseImpl::GetUniformType(napi_env env, GLuint programId, GLint location… in GetUniformType() [all …]
|
H A D | webgl_rendering_context_base.cpp | 2375 … void (*handleActiveInfo)(GLuint programId, GLuint index, GLint& size, GLenum& type, GLchar* name)) in CreateWebGLActiveInfo() 2387 uint32_t programId = webGLProgram->GetProgramId(); in CreateWebGLActiveInfo() local 2412 env, info, [](GLuint programId, GLuint index, GLint& size, GLenum& type, GLchar* name) { in GetActiveAttrib() 2426 env, info, [](GLuint programId, GLuint index, GLint& size, GLenum& type, GLchar* name) { in GetActiveUniform() 2796 GLuint programId = webGLProgram->GetProgramId(); in GetProgramInfoLog() local
|
/ohos5.0/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 335 int32_t programId; /**< Program index */ member
|