Searched refs:GL_ACTIVE_ATTRIBUTES (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLProgram.cpp175 context3d->getProgramiv(object(), GL_ACTIVE_ATTRIBUTES, &numAttribs); local
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc228 EXPECT_CALL(*gl_, GetProgramiv(kServiceProgramId, GL_ACTIVE_ATTRIBUTES, _))
H A Dgles2_cmd_validation_implementation_autogen.h225 GL_ATTACHED_SHADERS, GL_ACTIVE_ATTRIBUTES,
H A Dgles2_cmd_decoder_unittest_2.cc313 EXPECT_CALL(*gl_, GetProgramiv(kServiceProgramId, GL_ACTIVE_ATTRIBUTES, _))
H A Dprogram_manager.cc379 glGetProgramiv(service_id_, GL_ACTIVE_ATTRIBUTES, &num_attribs);
909 case GL_ACTIVE_ATTRIBUTES:
H A Dtest_helper.cc490 GetProgramiv(service_id, GL_ACTIVE_ATTRIBUTES, _))
H A Dprogram_manager_unittest.cc692 program->GetProgramiv(GL_ACTIVE_ATTRIBUTES, &value);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc247 case GL_ACTIVE_ATTRIBUTES:
H A Dgles2_cmd_utils_implementation_autogen.h340 0x8B89, "GL_ACTIVE_ATTRIBUTES",
2737 {GL_ACTIVE_ATTRIBUTES, "GL_ACTIVE_ATTRIBUTES"},
/external/chromium_org/gpu/command_buffer/client/
H A Dprogram_info_manager.cc290 case GL_ACTIVE_ATTRIBUTES:
/external/deqp/framework/opengl/
H A DgluStrUtil.inl117 case GL_ACTIVE_ATTRIBUTES: return "GL_ACTIVE_ATTRIBUTES";
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h275 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h230 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h275 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h275 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h272 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.c502 case GL_ACTIVE_ATTRIBUTES:
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp631 glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes);
632 m_log << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expected 1)." << TestLog::EndMessage;
646 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_ACTIVE_ATTRIBUTES.");
H A Des3fShaderStateQueryTests.cpp2044 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_ATTRIBUTES, 2);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp644 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes);
645 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expected 1)." << TestLog::EndMessage;
659 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_ACTIVE_ATTRIBUTES.");
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c502 case GL_ACTIVE_ATTRIBUTES:
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h299 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp503 gl.getProgramiv(program, GL_ACTIVE_ATTRIBUTES, &activeAttribCount);
504 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &activeAttribCount)");
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1450 verifyProgramParam(m_testCtx, *this, program, GL_ACTIVE_ATTRIBUTES, 2);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl495 #define GL_ACTIVE_ATTRIBUTES 0x8B89

Completed in 2822 milliseconds

12