Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp494 ASSIGN("glProgramParameteri", programParameteri); in initProcsDesktopGL()
1018 ASSIGN("glProgramParameteriARB", programParameteri); in initProcsDesktopGL()
1025 ASSIGN("glProgramParameteri", programParameteri); in initProcsDesktopGL()
1202 ASSIGN("glProgramParameteri", programParameteri); in initProcsDesktopGL()
2138 ASSIGN("glProgramParameteri", programParameteri); in initProcsGLES()
2725 ASSIGN("glProgramParameteriEXT", programParameteri); in initProcsSharedExtensions()
3262 programParameteri = &glProgramParameteriNULL; in initProcsDesktopGLNULL()
3784 programParameteri = &glProgramParameteriNULL; in initProcsDesktopGLNULL()
3791 programParameteri = &glProgramParameteriNULL; in initProcsDesktopGLNULL()
3968 programParameteri = &glProgramParameteriNULL; in initProcsDesktopGLNULL()
[all …]
DProgramGL.cpp119 if (mFunctions->programParameteri) in setBinaryRetrievableHint()
121 mFunctions->programParameteri(mProgramID, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, in setBinaryRetrievableHint()
128 mFunctions->programParameteri(mProgramID, GL_PROGRAM_SEPARABLE, separable ? GL_TRUE : GL_FALSE); in setSeparable()
DDispatchTableGL_autogen.h474 PFNGLPROGRAMPARAMETERIPROC programParameteri = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_0_autogen.h108 void programParameteri(ShaderProgramID programPacked, GLenum pname, GLint value); \
Dframe_capture_replay_autogen.cpp2093 context->programParameteri( in ReplayCall()
DContext.cpp2860 void Context::programParameteri(ShaderProgramID program, GLenum pname, GLint value) in programParameteri() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_1_autogen.cpp463 context->programParameteri(programPacked, pname, value); in ProgramParameteri()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1748 context->programParameteri(programPacked, pname, value); in ProgramParameteri()
Dentry_points_gles_ext_autogen.cpp18266 context->programParameteri(programPacked, pname, value); in ProgramParameteriContextANGLE()