• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2022 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 // capture_gl_2_params.cpp:
7 //   Pointer parameter capture functions for the OpenGL 2.x entry points.
8 
9 #include "libANGLE/capture/capture_gl_2_autogen.h"
10 
11 namespace gl
12 {
13 // GL 2.0
CaptureGetVertexAttribdv_params(const State & glState,bool isCallValid,GLuint index,GLenum pname,GLdouble * params,angle::ParamCapture * paramCapture)14 void CaptureGetVertexAttribdv_params(const State &glState,
15                                      bool isCallValid,
16                                      GLuint index,
17                                      GLenum pname,
18                                      GLdouble *params,
19                                      angle::ParamCapture *paramCapture)
20 {
21     UNIMPLEMENTED();
22 }
CaptureVertexAttrib1dv_v(const State & glState,bool isCallValid,GLuint index,const GLdouble * v,angle::ParamCapture * paramCapture)23 void CaptureVertexAttrib1dv_v(const State &glState,
24                               bool isCallValid,
25                               GLuint index,
26                               const GLdouble *v,
27                               angle::ParamCapture *paramCapture)
28 {
29     UNIMPLEMENTED();
30 }
CaptureVertexAttrib1sv_v(const State & glState,bool isCallValid,GLuint index,const GLshort * v,angle::ParamCapture * paramCapture)31 void CaptureVertexAttrib1sv_v(const State &glState,
32                               bool isCallValid,
33                               GLuint index,
34                               const GLshort *v,
35                               angle::ParamCapture *paramCapture)
36 {
37     UNIMPLEMENTED();
38 }
CaptureVertexAttrib2dv_v(const State & glState,bool isCallValid,GLuint index,const GLdouble * v,angle::ParamCapture * paramCapture)39 void CaptureVertexAttrib2dv_v(const State &glState,
40                               bool isCallValid,
41                               GLuint index,
42                               const GLdouble *v,
43                               angle::ParamCapture *paramCapture)
44 {
45     UNIMPLEMENTED();
46 }
CaptureVertexAttrib2sv_v(const State & glState,bool isCallValid,GLuint index,const GLshort * v,angle::ParamCapture * paramCapture)47 void CaptureVertexAttrib2sv_v(const State &glState,
48                               bool isCallValid,
49                               GLuint index,
50                               const GLshort *v,
51                               angle::ParamCapture *paramCapture)
52 {
53     UNIMPLEMENTED();
54 }
CaptureVertexAttrib3dv_v(const State & glState,bool isCallValid,GLuint index,const GLdouble * v,angle::ParamCapture * paramCapture)55 void CaptureVertexAttrib3dv_v(const State &glState,
56                               bool isCallValid,
57                               GLuint index,
58                               const GLdouble *v,
59                               angle::ParamCapture *paramCapture)
60 {
61     UNIMPLEMENTED();
62 }
CaptureVertexAttrib3sv_v(const State & glState,bool isCallValid,GLuint index,const GLshort * v,angle::ParamCapture * paramCapture)63 void CaptureVertexAttrib3sv_v(const State &glState,
64                               bool isCallValid,
65                               GLuint index,
66                               const GLshort *v,
67                               angle::ParamCapture *paramCapture)
68 {
69     UNIMPLEMENTED();
70 }
CaptureVertexAttrib4Nbv_v(const State & glState,bool isCallValid,GLuint index,const GLbyte * v,angle::ParamCapture * paramCapture)71 void CaptureVertexAttrib4Nbv_v(const State &glState,
72                                bool isCallValid,
73                                GLuint index,
74                                const GLbyte *v,
75                                angle::ParamCapture *paramCapture)
76 {
77     UNIMPLEMENTED();
78 }
CaptureVertexAttrib4Niv_v(const State & glState,bool isCallValid,GLuint index,const GLint * v,angle::ParamCapture * paramCapture)79 void CaptureVertexAttrib4Niv_v(const State &glState,
80                                bool isCallValid,
81                                GLuint index,
82                                const GLint *v,
83                                angle::ParamCapture *paramCapture)
84 {
85     UNIMPLEMENTED();
86 }
CaptureVertexAttrib4Nsv_v(const State & glState,bool isCallValid,GLuint index,const GLshort * v,angle::ParamCapture * paramCapture)87 void CaptureVertexAttrib4Nsv_v(const State &glState,
88                                bool isCallValid,
89                                GLuint index,
90                                const GLshort *v,
91                                angle::ParamCapture *paramCapture)
92 {
93     UNIMPLEMENTED();
94 }
CaptureVertexAttrib4Nubv_v(const State & glState,bool isCallValid,GLuint index,const GLubyte * v,angle::ParamCapture * paramCapture)95 void CaptureVertexAttrib4Nubv_v(const State &glState,
96                                 bool isCallValid,
97                                 GLuint index,
98                                 const GLubyte *v,
99                                 angle::ParamCapture *paramCapture)
100 {
101     UNIMPLEMENTED();
102 }
CaptureVertexAttrib4Nuiv_v(const State & glState,bool isCallValid,GLuint index,const GLuint * v,angle::ParamCapture * paramCapture)103 void CaptureVertexAttrib4Nuiv_v(const State &glState,
104                                 bool isCallValid,
105                                 GLuint index,
106                                 const GLuint *v,
107                                 angle::ParamCapture *paramCapture)
108 {
109     UNIMPLEMENTED();
110 }
CaptureVertexAttrib4Nusv_v(const State & glState,bool isCallValid,GLuint index,const GLushort * v,angle::ParamCapture * paramCapture)111 void CaptureVertexAttrib4Nusv_v(const State &glState,
112                                 bool isCallValid,
113                                 GLuint index,
114                                 const GLushort *v,
115                                 angle::ParamCapture *paramCapture)
116 {
117     UNIMPLEMENTED();
118 }
CaptureVertexAttrib4bv_v(const State & glState,bool isCallValid,GLuint index,const GLbyte * v,angle::ParamCapture * paramCapture)119 void CaptureVertexAttrib4bv_v(const State &glState,
120                               bool isCallValid,
121                               GLuint index,
122                               const GLbyte *v,
123                               angle::ParamCapture *paramCapture)
124 {
125     UNIMPLEMENTED();
126 }
CaptureVertexAttrib4dv_v(const State & glState,bool isCallValid,GLuint index,const GLdouble * v,angle::ParamCapture * paramCapture)127 void CaptureVertexAttrib4dv_v(const State &glState,
128                               bool isCallValid,
129                               GLuint index,
130                               const GLdouble *v,
131                               angle::ParamCapture *paramCapture)
132 {
133     UNIMPLEMENTED();
134 }
CaptureVertexAttrib4iv_v(const State & glState,bool isCallValid,GLuint index,const GLint * v,angle::ParamCapture * paramCapture)135 void CaptureVertexAttrib4iv_v(const State &glState,
136                               bool isCallValid,
137                               GLuint index,
138                               const GLint *v,
139                               angle::ParamCapture *paramCapture)
140 {
141     UNIMPLEMENTED();
142 }
CaptureVertexAttrib4sv_v(const State & glState,bool isCallValid,GLuint index,const GLshort * v,angle::ParamCapture * paramCapture)143 void CaptureVertexAttrib4sv_v(const State &glState,
144                               bool isCallValid,
145                               GLuint index,
146                               const GLshort *v,
147                               angle::ParamCapture *paramCapture)
148 {
149     UNIMPLEMENTED();
150 }
CaptureVertexAttrib4ubv_v(const State & glState,bool isCallValid,GLuint index,const GLubyte * v,angle::ParamCapture * paramCapture)151 void CaptureVertexAttrib4ubv_v(const State &glState,
152                                bool isCallValid,
153                                GLuint index,
154                                const GLubyte *v,
155                                angle::ParamCapture *paramCapture)
156 {
157     UNIMPLEMENTED();
158 }
CaptureVertexAttrib4uiv_v(const State & glState,bool isCallValid,GLuint index,const GLuint * v,angle::ParamCapture * paramCapture)159 void CaptureVertexAttrib4uiv_v(const State &glState,
160                                bool isCallValid,
161                                GLuint index,
162                                const GLuint *v,
163                                angle::ParamCapture *paramCapture)
164 {
165     UNIMPLEMENTED();
166 }
CaptureVertexAttrib4usv_v(const State & glState,bool isCallValid,GLuint index,const GLushort * v,angle::ParamCapture * paramCapture)167 void CaptureVertexAttrib4usv_v(const State &glState,
168                                bool isCallValid,
169                                GLuint index,
170                                const GLushort *v,
171                                angle::ParamCapture *paramCapture)
172 {
173     UNIMPLEMENTED();
174 }
175 
176 }  // namespace gl
177