Searched refs:programParameteri (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 494 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 …]
|
D | ProgramGL.cpp | 119 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()
|
D | DispatchTableGL_autogen.h | 474 PFNGLPROGRAMPARAMETERIPROC programParameteri = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 108 void programParameteri(ShaderProgramID programPacked, GLenum pname, GLint value); \
|
D | frame_capture_replay_autogen.cpp | 2093 context->programParameteri( in ReplayCall()
|
D | Context.cpp | 2860 void Context::programParameteri(ShaderProgramID program, GLenum pname, GLint value) in programParameteri() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_1_autogen.cpp | 463 context->programParameteri(programPacked, pname, value); in ProgramParameteri()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1748 context->programParameteri(programPacked, pname, value); in ProgramParameteri()
|
D | entry_points_gles_ext_autogen.cpp | 18266 context->programParameteri(programPacked, pname, value); in ProgramParameteriContextANGLE()
|