Searched refs:getProgramResourceiv (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 881 mFunctions->getProgramResourceiv(mProgramID, GL_BUFFER_VARIABLE, index, kPropCount, in getShaderStorageBlockMemberInfo() 910 mFunctions->getProgramResourceiv(mProgramID, GL_SHADER_STORAGE_BLOCK, index, 1, &prop, 1, in getShaderStorageBlockSize() 933 mFunctions->getProgramResourceiv(mProgramID, GL_ATOMIC_COUNTER_BUFFER, index, kPropCount, in getAtomicCounterBufferSizeMap()
|
D | DispatchTableGL_autogen.cpp | 606 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsDesktopGL() 1149 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsDesktopGL() 2199 ASSIGN("glGetProgramResourceiv", getProgramResourceiv); in initProcsGLES() 3374 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsDesktopGLNULL() 3915 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsDesktopGLNULL() 4964 getProgramResourceiv = &glGetProgramResourceivNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 582 PFNGLGETPROGRAMRESOURCEIVPROC getProgramResourceiv = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 44 void getProgramResourceiv(ShaderProgramID programPacked, GLenum programInterface, \
|
D | frame_capture_replay_autogen.cpp | 1329 context->getProgramResourceiv( in ReplayCall()
|
D | Context.cpp | 2420 void Context::getProgramResourceiv(ShaderProgramID program, in getProgramResourceiv() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 653 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceiv()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 583 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceiv()
|
D | entry_points_gles_ext_autogen.cpp | 14316 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceivContextANGLE()
|