Searched refs:m_currentProgram (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp343 , m_currentProgram (DE_NULL)
3779 RC_IF_ERROR(m_currentProgram == DE_NULL, GL_INVALID_OPERATION, RC_RET_VOID);
3781 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3799 RC_IF_ERROR(m_currentProgram == DE_NULL, GL_INVALID_OPERATION, RC_RET_VOID);
3801 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3885 RC_IF_ERROR(m_currentProgram == DE_NULL, GL_INVALID_OPERATION, RC_RET_VOID);
3887 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3923 RC_IF_ERROR(m_currentProgram == DE_NULL, GL_INVALID_OPERATION, RC_RET_VOID);
3925 std::vector<sglr::UniformSlot>& uniforms = m_currentProgram->m_program->m_uniforms;
3998 if (m_currentProgram
[all...]
H A DsglrReferenceContext.hpp902 rc::ShaderProgramObjectContainer* m_currentProgram; member in class:sglr::ReferenceContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp619 m_currentProgram = nullptr;
734 m_currentProgram = nullptr;
1682 // We don't reset m_currentProgram to 0 here because the deletion of the
1801 if (!m_currentProgram) {
2304 return WebGLGetInfo(PassRefPtrWillBeRawPtr<WebGLProgram>(m_currentProgram.get()));
3816 if (location->program() != m_currentProgram) {
3845 if (location->program() != m_currentProgram) {
3874 if (location->program() != m_currentProgram) {
3903 if (location->program() != m_currentProgram) {
3932 if (location->program() != m_currentProgram) {
[all...]
H A DWebGLRenderingContextBase.h504 RefPtrWillBeMember<WebGLProgram> m_currentProgram; member in class:blink::WebGLRenderingContextBase

Completed in 370 milliseconds