HomeSort by relevance Sort by last modified time
    Searched refs:ValidateProgram (Results 1 - 25 of 32) sorted by null

1 2

  /development/ndk/sources/android/ndk_helper/
shader.h 113 * validateProgram()
120 bool ValidateProgram( const GLuint prog );
shader.cpp 170 bool shader::ValidateProgram( const GLuint prog )
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 148 OP(ValidateProgram) /* 389 */ \
gles2_cmd_format_test_autogen.h     [all...]
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 150 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 515 EXPECT_CALL(*gl_, ValidateProgram(kServiceProgramId));
516 SpecializedSetup<cmds::ValidateProgram, 0>(true);
517 cmds::ValidateProgram cmd;
gles2_cmd_decoder_unittest_2.cc 347 void GLES2DecoderTestBase::SpecializedSetup<cmds::ValidateProgram, 0>(
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 526 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {
    [all...]
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 448 virtual void ValidateProgram(GLuint program) OVERRIDE;
gles2_interface_autogen.h 301 virtual void ValidateProgram(GLuint program) = 0;
gles2_interface_stub_autogen.h 326 virtual void ValidateProgram(GLuint program) OVERRIDE;
gles2_trace_implementation_autogen.h 326 virtual void ValidateProgram(GLuint program) OVERRIDE;
gles2_implementation_impl_autogen.h     [all...]
gles2_c_lib_autogen.h 575 gles2::GetGLContext()->ValidateProgram(program);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 502 VISIT_GL_CALL(ValidateProgram, void, (GLuint program), (program))
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 461 void (*ValidateProgram)(PP_Resource context, GLuint program);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 826 glGetInterfacePPAPI()->ValidateProgram(glGetCurrentContextPPAPI(), program);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 621 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 676 DELEGATE_TO_GL_1(validateProgram, ValidateProgram, WebGLId)
    [all...]

Completed in 571 milliseconds

1 2