• Home
  • Raw
  • Download

Lines Matching refs:interface

35         GrGLInterface* interface = new GrGLInterface;  in GrGLCreateNativeInterface()  local
36 glInterface.reset(interface); in GrGLCreateNativeInterface()
41 interface->fBindingsExported = kDesktop_GrGLBinding; in GrGLCreateNativeInterface()
42 interface->fActiveTexture = glActiveTexture; in GrGLCreateNativeInterface()
43 interface->fAttachShader = glAttachShader; in GrGLCreateNativeInterface()
44 interface->fBeginQuery = glBeginQuery; in GrGLCreateNativeInterface()
45 interface->fBindAttribLocation = glBindAttribLocation; in GrGLCreateNativeInterface()
46 interface->fBindBuffer = glBindBuffer; in GrGLCreateNativeInterface()
49 interface->fBindFragDataLocation = glBindFragDataLocation; in GrGLCreateNativeInterface()
51 interface->fBindFragDataLocation = GET_PROC(BindFragDataLocation); in GrGLCreateNativeInterface()
54 interface->fBindTexture = glBindTexture; in GrGLCreateNativeInterface()
55 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
56 interface->fBlendFunc = glBlendFunc; in GrGLCreateNativeInterface()
57 interface->fBufferData = glBufferData; in GrGLCreateNativeInterface()
58 interface->fBufferSubData = glBufferSubData; in GrGLCreateNativeInterface()
59 interface->fClear = glClear; in GrGLCreateNativeInterface()
60 interface->fClearColor = glClearColor; in GrGLCreateNativeInterface()
61 interface->fClearStencil = glClearStencil; in GrGLCreateNativeInterface()
62 interface->fColorMask = glColorMask; in GrGLCreateNativeInterface()
63 interface->fColorPointer = glColorPointer; in GrGLCreateNativeInterface()
64 interface->fCompileShader = glCompileShader; in GrGLCreateNativeInterface()
65 interface->fCompressedTexImage2D = glCompressedTexImage2D; in GrGLCreateNativeInterface()
66 interface->fCreateProgram = glCreateProgram; in GrGLCreateNativeInterface()
67 interface->fCreateShader = glCreateShader; in GrGLCreateNativeInterface()
68 interface->fCullFace = glCullFace; in GrGLCreateNativeInterface()
69 interface->fDeleteBuffers = glDeleteBuffers; in GrGLCreateNativeInterface()
70 interface->fDeleteProgram = glDeleteProgram; in GrGLCreateNativeInterface()
71 interface->fDeleteQueries = glDeleteQueries; in GrGLCreateNativeInterface()
72 interface->fDeleteShader = glDeleteShader; in GrGLCreateNativeInterface()
73 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
74 interface->fDepthMask = glDepthMask; in GrGLCreateNativeInterface()
75 interface->fDisable = glDisable; in GrGLCreateNativeInterface()
76 interface->fDisableVertexAttribArray = in GrGLCreateNativeInterface()
78 interface->fDrawArrays = glDrawArrays; in GrGLCreateNativeInterface()
79 interface->fDrawBuffer = glDrawBuffer; in GrGLCreateNativeInterface()
80 interface->fDrawBuffers = glDrawBuffers; in GrGLCreateNativeInterface()
81 interface->fDrawElements = glDrawElements; in GrGLCreateNativeInterface()
82 interface->fEnable = glEnable; in GrGLCreateNativeInterface()
83 interface->fEnableVertexAttribArray = glEnableVertexAttribArray; in GrGLCreateNativeInterface()
84 interface->fEndQuery = glEndQuery; in GrGLCreateNativeInterface()
85 interface->fFinish = glFinish; in GrGLCreateNativeInterface()
86 interface->fFlush = glFlush; in GrGLCreateNativeInterface()
87 interface->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
88 interface->fGenBuffers = glGenBuffers; in GrGLCreateNativeInterface()
89 interface->fGenQueries = glGenQueries; in GrGLCreateNativeInterface()
90 interface->fGetBufferParameteriv = glGetBufferParameteriv; in GrGLCreateNativeInterface()
91 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
92 interface->fGetIntegerv = glGetIntegerv; in GrGLCreateNativeInterface()
93 interface->fGetProgramInfoLog = glGetProgramInfoLog; in GrGLCreateNativeInterface()
94 interface->fGetProgramiv = glGetProgramiv; in GrGLCreateNativeInterface()
95 interface->fGetQueryiv = glGetQueryiv; in GrGLCreateNativeInterface()
96 interface->fGetQueryObjectiv = glGetQueryObjectiv; in GrGLCreateNativeInterface()
97 interface->fGetQueryObjectuiv = glGetQueryObjectuiv; in GrGLCreateNativeInterface()
98 interface->fGetShaderInfoLog = glGetShaderInfoLog; in GrGLCreateNativeInterface()
99 interface->fGetShaderiv = glGetShaderiv; in GrGLCreateNativeInterface()
100 interface->fGetString = glGetString; in GrGLCreateNativeInterface()
101 interface->fGetTexLevelParameteriv = glGetTexLevelParameteriv; in GrGLCreateNativeInterface()
102 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
103 interface->fGetUniformLocation = glGetUniformLocation; in GrGLCreateNativeInterface()
104 interface->fLineWidth = glLineWidth; in GrGLCreateNativeInterface()
105 interface->fLinkProgram = glLinkProgram; in GrGLCreateNativeInterface()
106 interface->fMapBuffer = glMapBuffer; in GrGLCreateNativeInterface()
107 interface->fPixelStorei = glPixelStorei; in GrGLCreateNativeInterface()
108 interface->fReadBuffer = glReadBuffer; in GrGLCreateNativeInterface()
109 interface->fReadPixels = glReadPixels; in GrGLCreateNativeInterface()
110 interface->fScissor = glScissor; in GrGLCreateNativeInterface()
111 interface->fShaderSource = glShaderSource; in GrGLCreateNativeInterface()
112 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
113 interface->fStencilFuncSeparate = glStencilFuncSeparate; in GrGLCreateNativeInterface()
114 interface->fStencilMask = glStencilMask; in GrGLCreateNativeInterface()
115 interface->fStencilMaskSeparate = glStencilMaskSeparate; in GrGLCreateNativeInterface()
116 interface->fStencilOp = glStencilOp; in GrGLCreateNativeInterface()
117 interface->fStencilOpSeparate = glStencilOpSeparate; in GrGLCreateNativeInterface()
120 interface->fTexImage2D = (GrGLTexImage2DProc)glTexImage2D; in GrGLCreateNativeInterface()
121 interface->fTexParameteri = glTexParameteri; in GrGLCreateNativeInterface()
123 interface->fTexStorage2D = glTexStorage2D in GrGLCreateNativeInterface()
125 interface->fTexStorage2D = glTexStorage2DEXT; in GrGLCreateNativeInterface()
134 interface->fTexSubImage2D = glTexSubImage2D; in GrGLCreateNativeInterface()
135 interface->fUniform1f = glUniform1f; in GrGLCreateNativeInterface()
136 interface->fUniform1i = glUniform1i; in GrGLCreateNativeInterface()
137 interface->fUniform1fv = glUniform1fv; in GrGLCreateNativeInterface()
138 interface->fUniform1iv = glUniform1iv; in GrGLCreateNativeInterface()
139 interface->fUniform2f = glUniform2f; in GrGLCreateNativeInterface()
140 interface->fUniform2i = glUniform2i; in GrGLCreateNativeInterface()
141 interface->fUniform2fv = glUniform2fv; in GrGLCreateNativeInterface()
142 interface->fUniform2iv = glUniform2iv; in GrGLCreateNativeInterface()
143 interface->fUniform3f = glUniform3f; in GrGLCreateNativeInterface()
144 interface->fUniform3i = glUniform3i; in GrGLCreateNativeInterface()
145 interface->fUniform3fv = glUniform3fv; in GrGLCreateNativeInterface()
146 interface->fUniform3iv = glUniform3iv; in GrGLCreateNativeInterface()
147 interface->fUniform4f = glUniform4f; in GrGLCreateNativeInterface()
148 interface->fUniform4i = glUniform4i; in GrGLCreateNativeInterface()
149 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
150 interface->fUniform4iv = glUniform4iv; in GrGLCreateNativeInterface()
151 interface->fUniform4fv = glUniform4fv; in GrGLCreateNativeInterface()
152 interface->fUniformMatrix2fv = glUniformMatrix2fv; in GrGLCreateNativeInterface()
153 interface->fUniformMatrix3fv = glUniformMatrix3fv; in GrGLCreateNativeInterface()
154 interface->fUniformMatrix4fv = glUniformMatrix4fv; in GrGLCreateNativeInterface()
155 interface->fUnmapBuffer = glUnmapBuffer; in GrGLCreateNativeInterface()
156 interface->fUseProgram = glUseProgram; in GrGLCreateNativeInterface()
157 interface->fVertexAttrib4fv = glVertexAttrib4fv; in GrGLCreateNativeInterface()
158 interface->fVertexAttribPointer = glVertexAttribPointer; in GrGLCreateNativeInterface()
159 interface->fViewport = glViewport; in GrGLCreateNativeInterface()
164 interface->fQueryCounter = glQueryCounter; in GrGLCreateNativeInterface()
165 interface->fGetQueryObjecti64v = glGetQueryObjecti64v; in GrGLCreateNativeInterface()
166 interface->fGetQueryObjectui64v = glGetQueryObjectui64v; in GrGLCreateNativeInterface()
168 interface->fQueryCounter = GET_PROC(QueryCounter); in GrGLCreateNativeInterface()
169 interface->fGetQueryObjecti64v = GET_PROC(GetQueryObjecti64v); in GrGLCreateNativeInterface()
170 interface->fGetQueryObjectui64v = GET_PROC(GetQueryObjectui64v); in GrGLCreateNativeInterface()
174 interface->fGetQueryObjecti64v = glGetQueryObjecti64vEXT; in GrGLCreateNativeInterface()
175 interface->fGetQueryObjectui64v = glGetQueryObjectui64vEXT; in GrGLCreateNativeInterface()
177 interface->fGetQueryObjecti64v = GET_PROC_SUFFIX(GetQueryObjecti64v, EXT); in GrGLCreateNativeInterface()
178 interface->fGetQueryObjectui64v = GET_PROC_SUFFIX(GetQueryObjectui64v, EXT); in GrGLCreateNativeInterface()
185 interface->fGenFramebuffers = glGenFramebuffers; in GrGLCreateNativeInterface()
186interface->fGetFramebufferAttachmentParameteriv = glGetFramebufferAttachmentParameteriv; in GrGLCreateNativeInterface()
187 interface->fGetRenderbufferParameteriv = glGetRenderbufferParameteriv; in GrGLCreateNativeInterface()
188 interface->fBindFramebuffer = glBindFramebuffer; in GrGLCreateNativeInterface()
189 interface->fFramebufferTexture2D = glFramebufferTexture2D; in GrGLCreateNativeInterface()
190 interface->fCheckFramebufferStatus = glCheckFramebufferStatus; in GrGLCreateNativeInterface()
191 interface->fDeleteFramebuffers = glDeleteFramebuffers; in GrGLCreateNativeInterface()
192 interface->fRenderbufferStorage = glRenderbufferStorage; in GrGLCreateNativeInterface()
193 interface->fGenRenderbuffers = glGenRenderbuffers; in GrGLCreateNativeInterface()
194 interface->fDeleteRenderbuffers = glDeleteRenderbuffers; in GrGLCreateNativeInterface()
195 interface->fFramebufferRenderbuffer = glFramebufferRenderbuffer; in GrGLCreateNativeInterface()
196 interface->fBindRenderbuffer = glBindRenderbuffer; in GrGLCreateNativeInterface()
197 interface->fRenderbufferStorageMultisample = glRenderbufferStorageMultisample; in GrGLCreateNativeInterface()
198 interface->fBlitFramebuffer = glBlitFramebuffer; in GrGLCreateNativeInterface()
200 interface->fGenFramebuffers = GET_PROC(GenFramebuffers); in GrGLCreateNativeInterface()
201interface->fGetFramebufferAttachmentParameteriv = GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLCreateNativeInterface()
202 interface->fGetRenderbufferParameteriv = GET_PROC(GetRenderbufferParameteriv); in GrGLCreateNativeInterface()
203 interface->fBindFramebuffer = GET_PROC(BindFramebuffer); in GrGLCreateNativeInterface()
204 interface->fFramebufferTexture2D = GET_PROC(FramebufferTexture2D); in GrGLCreateNativeInterface()
205 interface->fCheckFramebufferStatus = GET_PROC(CheckFramebufferStatus); in GrGLCreateNativeInterface()
206 interface->fDeleteFramebuffers = GET_PROC(DeleteFramebuffers); in GrGLCreateNativeInterface()
207 interface->fRenderbufferStorage = GET_PROC(RenderbufferStorage); in GrGLCreateNativeInterface()
208 interface->fGenRenderbuffers = GET_PROC(GenRenderbuffers); in GrGLCreateNativeInterface()
209 interface->fDeleteRenderbuffers = GET_PROC(DeleteRenderbuffers); in GrGLCreateNativeInterface()
210 interface->fFramebufferRenderbuffer = GET_PROC(FramebufferRenderbuffer); in GrGLCreateNativeInterface()
211 interface->fBindRenderbuffer = GET_PROC(BindRenderbuffer); in GrGLCreateNativeInterface()
212interface->fRenderbufferStorageMultisample = GET_PROC(RenderbufferStorageMultisample); in GrGLCreateNativeInterface()
213 interface->fBlitFramebuffer = GET_PROC(BlitFramebuffer); in GrGLCreateNativeInterface()
218 interface->fGenFramebuffers = glGenFramebuffersEXT; in GrGLCreateNativeInterface()
219interface->fGetFramebufferAttachmentParameteriv = glGetFramebufferAttachmentParameterivEXT; in GrGLCreateNativeInterface()
220 interface->fGetRenderbufferParameteriv = glGetRenderbufferParameterivEXT; in GrGLCreateNativeInterface()
221 interface->fBindFramebuffer = glBindFramebufferEXT; in GrGLCreateNativeInterface()
222 interface->fFramebufferTexture2D = glFramebufferTexture2DEXT; in GrGLCreateNativeInterface()
223 interface->fCheckFramebufferStatus = glCheckFramebufferStatusEXT; in GrGLCreateNativeInterface()
224 interface->fDeleteFramebuffers = glDeleteFramebuffersEXT; in GrGLCreateNativeInterface()
225 interface->fRenderbufferStorage = glRenderbufferStorageEXT; in GrGLCreateNativeInterface()
226 interface->fGenRenderbuffers = glGenRenderbuffersEXT; in GrGLCreateNativeInterface()
227 interface->fDeleteRenderbuffers = glDeleteRenderbuffersEXT; in GrGLCreateNativeInterface()
228 interface->fFramebufferRenderbuffer = glFramebufferRenderbufferEXT; in GrGLCreateNativeInterface()
229 interface->fBindRenderbuffer = glBindRenderbufferEXT; in GrGLCreateNativeInterface()
231 interface->fGenFramebuffers = GET_PROC_SUFFIX(GenFramebuffers, EXT); in GrGLCreateNativeInterface()
232interface->fGetFramebufferAttachmentParameteriv = GET_PROC_SUFFIX(GetFramebufferAttachmentParamete… in GrGLCreateNativeInterface()
233interface->fGetRenderbufferParameteriv = GET_PROC_SUFFIX(GetRenderbufferParameteriv, EXT); in GrGLCreateNativeInterface()
234 interface->fBindFramebuffer = GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLCreateNativeInterface()
235 interface->fFramebufferTexture2D = GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLCreateNativeInterface()
236interface->fCheckFramebufferStatus = GET_PROC_SUFFIX(CheckFramebufferStatus, EXT); in GrGLCreateNativeInterface()
237 interface->fDeleteFramebuffers = GET_PROC_SUFFIX(DeleteFramebuffers, EXT); in GrGLCreateNativeInterface()
238 interface->fRenderbufferStorage = GET_PROC_SUFFIX(RenderbufferStorage, EXT); in GrGLCreateNativeInterface()
239 interface->fGenRenderbuffers = GET_PROC_SUFFIX(GenRenderbuffers, EXT); in GrGLCreateNativeInterface()
240 interface->fDeleteRenderbuffers = GET_PROC_SUFFIX(DeleteRenderbuffers, EXT); in GrGLCreateNativeInterface()
241interface->fFramebufferRenderbuffer = GET_PROC_SUFFIX(FramebufferRenderbuffer, EXT); in GrGLCreateNativeInterface()
242 interface->fBindRenderbuffer = GET_PROC_SUFFIX(BindRenderbuffer, EXT); in GrGLCreateNativeInterface()
247interface->fRenderbufferStorageMultisample = glRenderbufferStorageMultisampleEXT; in GrGLCreateNativeInterface()
249interface->fRenderbufferStorageMultisample = GET_PROC_SUFFIX(RenderbufferStorageMultisample, EXT); in GrGLCreateNativeInterface()
254 interface->fBlitFramebuffer = glBlitFramebufferEXT; in GrGLCreateNativeInterface()
256 interface->fBlitFramebuffer = GET_PROC_SUFFIX(BlitFramebuffer, EXT); in GrGLCreateNativeInterface()
263 interface->fBindFragDataLocationIndexed = glBindFragDataLocationIndexed; in GrGLCreateNativeInterface()
265 interface->fBindFragDataLocationIndexed = GET_PROC(BindFragDataLocationIndexed); in GrGLCreateNativeInterface()
269 interface->fBindingsExported = kDesktop_GrGLBinding; in GrGLCreateNativeInterface()