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

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h148 OP(ValidateProgram) /* 389 */ \
H A Dgles2_cmd_format_test_autogen.h2181 TEST_F(GLES2FormatTest, ValidateProgram) {
2182 cmds::ValidateProgram& cmd = *GetBufferAs<cmds::ValidateProgram>();
2184 EXPECT_EQ(static_cast<uint32_t>(cmds::ValidateProgram::kCmdId),
H A Dgles2_cmd_format_autogen.h6102 struct ValidateProgram { struct
6103 typedef ValidateProgram ValueType;
6128 COMPILE_ASSERT(sizeof(ValidateProgram) == 8, Sizeof_ValidateProgram_is_not_8);
6129 COMPILE_ASSERT(offsetof(ValidateProgram, header) == 0,
6131 COMPILE_ASSERT(offsetof(ValidateProgram, program) == 4,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h150 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h515 EXPECT_CALL(*gl_, ValidateProgram(kServiceProgramId));
516 SpecializedSetup<cmds::ValidateProgram, 0>(true);
517 cmds::ValidateProgram cmd;
H A Dgles2_cmd_decoder_unittest_2.cc350 void GLES2DecoderTestBase::SpecializedSetup<cmds::ValidateProgram, 0>(
H A Dgles2_cmd_decoder_autogen.h2370 const gles2::cmds::ValidateProgram& c =
2371 *static_cast<const gles2::cmds::ValidateProgram*>(cmd_data);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1284 void ValidateProgram(PP_Resource context_id, GLuint program) { function in namespace:ppapi::__anon10171
1287 ToGles2Impl(&enter)->ValidateProgram(program);
1676 &UseProgram, &ValidateProgram,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h526 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1272 void ValidateProgram(GLuint program) { function
1273 gles2::cmds::ValidateProgram* c = GetCmdSpace<gles2::cmds::ValidateProgram>();
H A Dgles2_implementation_unittest_autogen.h1454 TEST_F(GLES2ImplementationTest, ValidateProgram) {
1456 cmds::ValidateProgram cmd;
1461 gl_->ValidateProgram(1);
H A Dgles2_trace_implementation_impl_autogen.h914 void GLES2TraceImplementation::ValidateProgram(GLuint program) { function in class:GLES2TraceImplementation
915 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ValidateProgram");
916 gl_->ValidateProgram(program);
H A Dgles2_implementation_autogen.h448 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_interface_autogen.h301 virtual void ValidateProgram(GLuint program) = 0;
H A Dgles2_interface_stub_autogen.h326 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h326 virtual void ValidateProgram(GLuint program) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h1588 void GLES2Implementation::ValidateProgram(GLuint program) { function in class:GLES2Implementation
1592 helper_->ValidateProgram(program);
H A Dgles2_c_lib_autogen.h575 gles2::GetGLContext()->ValidateProgram(program);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1271 void ValidateProgram(PP_Resource context_id, GLuint program) { function in namespace:mojo::examples::__anon8751
1444 &UseProgram, &ValidateProgram,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h502 VISIT_GL_CALL(ValidateProgram, void, (GLuint program), (program))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h507 void (*ValidateProgram)(PP_Resource context, GLuint program); member in struct:PPB_OpenGLES2_1_0
966 void (*ValidateProgram)(PP_Resource context, GLuint program); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c826 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_impl.cc677 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)

Completed in 444 milliseconds

12