Searched refs:ValidateProgram (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h171 OP(ValidateProgram) /* 414 */ \
H A Dgles2_cmd_format_test_autogen.h2944 TEST_F(GLES2FormatTest, ValidateProgram) {
2945 cmds::ValidateProgram& cmd = *GetBufferAs<cmds::ValidateProgram>();
2949 EXPECT_EQ(static_cast<uint32>(cmds::ValidateProgram::kCmdId),
H A Dgles2_cmd_format_autogen.h7195 struct ValidateProgram { struct
7196 typedef ValidateProgram ValueType;
7222 COMPILE_ASSERT(sizeof(ValidateProgram) == 8,
7224 COMPILE_ASSERT(offsetof(ValidateProgram, header) == 0,
7226 COMPILE_ASSERT(offsetof(ValidateProgram, program) == 4,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc137 void GLES2DecoderTestBase::SpecializedSetup<cmds::ValidateProgram, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h1334 EXPECT_CALL(*gl_, ValidateProgram(kServiceProgramId));
1335 SpecializedSetup<cmds::ValidateProgram, 0>(true);
1336 cmds::ValidateProgram cmd;
H A Dgles2_cmd_decoder_autogen.h2433 uint32 immediate_data_size, const gles2::cmds::ValidateProgram& c) {
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h148 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1113 void ValidateProgram(PP_Resource context_id, GLuint program) { function in namespace:ppapi::__anon10227
1116 ToGles2Impl(&enter)->ValidateProgram(program);
1494 &ValidateProgram,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h420 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1337 void ValidateProgram(GLuint program) { function
1338 gles2::cmds::ValidateProgram* c =
1339 GetCmdSpace<gles2::cmds::ValidateProgram>();
H A Dgles2_implementation_unittest_autogen.h1397 TEST_F(GLES2ImplementationTest, ValidateProgram) {
1399 cmds::ValidateProgram cmd;
1404 gl_->ValidateProgram(1);
H A Dgles2_trace_implementation_impl_autogen.h776 void GLES2TraceImplementation::ValidateProgram(GLuint program) { function in class:GLES2TraceImplementation
777 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ValidateProgram");
778 gl_->ValidateProgram(program);
H A Dgles2_implementation_autogen.h352 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_interface_autogen.h206 virtual void ValidateProgram(GLuint program) = 0;
H A Dgles2_interface_stub_autogen.h228 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h228 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h1328 void GLES2Implementation::ValidateProgram(GLuint program) { function in class:GLES2Implementation
1331 helper_->ValidateProgram(program);
H A Dgles2_c_lib_autogen.h476 gles2::GetGLContext()->ValidateProgram(program);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h281 void (*ValidateProgram)(PP_Resource context, GLuint program); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c704 glGetInterfacePPAPI()->ValidateProgram(glGetCurrentContextPPAPI(), program);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h621 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc935 DELEGATE_TO_GL_1(validateProgram, ValidateProgram, WebGLId)
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc1052 DELEGATE_TO_GL_1(validateProgram, ValidateProgram, WebGLId)
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h1912 #define glValidateProgram MANGLE(ValidateProgram)
/external/mesa3d/include/GL/
H A Dgl_mangle.h1912 #define glValidateProgram MANGLE(ValidateProgram)

Completed in 326 milliseconds

12