HomeSort by relevance Sort by last modified time
    Searched full:validateprogram (Results 1 - 25 of 70) sorted by null

1 2 3

  /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/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 418 "ValidateProgram",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 418 "ValidateProgram",
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 150 #define glValidateProgram GLES2_GET_FUN(ValidateProgram)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 148 OP(ValidateProgram) /* 389 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 135 gl->validateProgram = &glValidateProgram;
glwFunctions.inl 164 glValidateProgramFunc validateProgram;
glwInitES20.inl 135 gl->validateProgram = (glValidateProgramFunc) loader->get("glValidateProgram");
glwInitES30Direct.inl 135 gl->validateProgram = &glValidateProgram;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 135 dst->validateProgram = src.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;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_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_interface_stub_impl_autogen.h 526 void GLES2InterfaceStub::ValidateProgram(GLuint /* program */) {
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.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/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 221 virtual void validateProgram(WebGLId program) { }
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 676 DELEGATE_TO_GL_1(validateProgram, ValidateProgram, WebGLId)
    [all...]

Completed in 778 milliseconds

1 2 3