Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp881 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()
DDispatchTableGL_autogen.cpp606 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()
DDispatchTableGL_autogen.h582 PFNGLGETPROGRAMRESOURCEIVPROC getProgramResourceiv = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_1_autogen.h44 void getProgramResourceiv(ShaderProgramID programPacked, GLenum programInterface, \
Dframe_capture_replay_autogen.cpp1329 context->getProgramResourceiv( in ReplayCall()
DContext.cpp2420 void Context::getProgramResourceiv(ShaderProgramID program, in getProgramResourceiv() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_3_autogen.cpp653 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceiv()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp583 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceiv()
Dentry_points_gles_ext_autogen.cpp14316 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GetProgramResourceivContextANGLE()