Home
last modified time | relevance | path

Searched +defs:target +defs:pointer +defs:width (Results 1 – 25 of 57) sorted by relevance

123

/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp83 void GL_APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexEnvfv()
88 void GL_APIENTRY glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexParameterfv()
113 void GL_APIENTRY glLineWidth(GLfloat width) in glLineWidth()
138 void GL_APIENTRY glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
183 void GL_APIENTRY glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
188 void GL_APIENTRY glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params) in glTexEnvfv()
193 void GL_APIENTRY glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
198 void GL_APIENTRY glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) in glTexParameterfv()
218 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
223 void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java71 public void glBindTexture(int target, int texture) { in glBindTexture()
133 Buffer pointer) { in glColorPointer()
138 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D()
139 int internalformat, int width, int height, int border, in glCompressedTexImage2D()
146 public void glCompressedTexSubImage2D(int target, int level, in glCompressedTexSubImage2D()
147 int xoffset, int yoffset, int width, int height, int format, in glCompressedTexSubImage2D()
155 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D()
156 int x, int y, int width, int height, int border) { in glCopyTexImage2D()
163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D()
164 int yoffset, int x, int y, int width, int height) { in glCopyTexSubImage2D()
[all …]
/external/angle/src/libANGLE/
DvalidationES1.cpp80 const void *pointer) in ValidateBuiltinVertexAttributeCommon()
407 TextureEnvTarget target, in ValidateTexEnvCommon()
551 TextureEnvTarget target, in ValidateGetTexEnvCommon()
634 bool ValidateDrawTexCommon(const Context *context, float width, float height) in ValidateDrawTexCommon()
730 const void *pointer) in ValidateColorPointer()
836 GLenum target, in ValidateGetBufferParameteriv()
897 TextureEnvTarget target, in ValidateGetTexEnvfv()
905 TextureEnvTarget target, in ValidateGetTexEnviv()
913 TextureEnvTarget target, in ValidateGetTexEnvxv()
921 TextureType target, in ValidateGetTexParameterxv()
[all …]
DContext_gles_1_0.cpp248 void Context::getTexEnvfv(TextureEnvTarget target, TextureEnvParameter pname, GLfloat *params) in getTexEnvfv()
253 void Context::getTexEnviv(TextureEnvTarget target, TextureEnvParameter pname, GLint *params) in getTexEnviv()
260 void Context::getTexEnvxv(TextureEnvTarget target, TextureEnvParameter pname, GLfixed *params) in getTexEnvxv()
267 void Context::getTexParameterxv(TextureType target, GLenum pname, GLfixed *params) in getTexParameterxv()
327 void Context::lineWidthx(GLfixed width) in lineWidthx()
394 void Context::multiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in multiTexCoord4f()
401 void Context::multiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in multiTexCoord4x()
534 void Context::texEnvf(TextureEnvTarget target, TextureEnvParameter pname, GLfloat param) in texEnvf()
539 void Context::texEnvfv(TextureEnvTarget target, TextureEnvParameter pname, const GLfloat *params) in texEnvfv()
544 void Context::texEnvi(TextureEnvTarget target, TextureEnvParameter pname, GLint param) in texEnvi()
[all …]
DContext_gl.cpp16 void Context::compressedTexImage1D(GLenum target, in compressedTexImage1D()
19 GLsizei width, in compressedTexImage1D()
27 void Context::compressedTexSubImage1D(GLenum target, in compressedTexSubImage1D()
30 GLsizei width, in compressedTexSubImage1D()
38 void Context::getCompressedTexImage(GLenum target, GLint level, void *img) in getCompressedTexImage()
63 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d()
68 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv()
73 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f()
78 void Context::multiTexCoord1fv(GLenum target, const GLfloat *v) in multiTexCoord1fv()
83 void Context::multiTexCoord1i(GLenum target, GLint s) in multiTexCoord1i()
[all …]
DvalidationES3.cpp33 GLenum target, in ValidateFramebufferTextureMultiviewBaseANGLE()
265 TextureType target, in ValidateTexImageFormatCombination()
410 TextureTarget target, in ValidateES3TexImageParametersBase()
418 GLsizei width, in ValidateES3TexImageParametersBase()
796 TextureTarget target, in ValidateES3TexImage2DParameters()
804 GLsizei width, in ValidateES3TexImage2DParameters()
825 TextureTarget target, in ValidateES3TexImage3DParameters()
833 GLsizei width, in ValidateES3TexImage3DParameters()
1111 TextureTarget target, in ValidateES3CopyTexImageParametersBase()
1120 GLsizei width, in ValidateES3CopyTexImageParametersBase()
[all …]
DvalidationES2.cpp173 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum()
196 TextureTarget target) in IsValidCopyTextureDestinationTarget()
236 GLsizei width, in IsValidCopyTextureDestinationLevel()
354 TextureTarget target, in ValidateES2CopyTexImageParameters()
362 GLsizei width, in ValidateES2CopyTexImageParameters()
909 TextureTarget target, in ValidateES2TexImageParameters()
916 GLsizei width, in ValidateES2TexImageParameters()
938 TextureTarget target, in ValidateES2TexImageParametersBase()
945 GLsizei width, in ValidateES2TexImageParametersBase()
1699 TextureType target, in ValidateES2TexStorageParametersBase()
[all …]
DvalidationGL1.cpp25 GLsizei width, in ValidateBitmap()
224 GLsizei width, in ValidateCopyPixels()
247 GLsizei width, in ValidateDrawPixels()
382 bool ValidateGetMapdv(const Context *, GLenum target, GLenum query, const GLdouble *v) in ValidateGetMapdv()
387 bool ValidateGetMapfv(const Context *, GLenum target, GLenum query, const GLfloat *v) in ValidateGetMapfv()
392 bool ValidateGetMapiv(const Context *, GLenum target, GLenum query, const GLint *v) in ValidateGetMapiv()
438 TextureTarget target, in ValidateGetTexImage()
543 GLenum target, in ValidateMap1d()
554 GLenum target, in ValidateMap1f()
565 GLenum target, in ValidateMap2d()
[all …]
DvalidationES.cpp670 bool ValidTexture3DTarget(const Context *context, TextureType target) in ValidTexture3DTarget()
689 bool ValidTextureExternalTarget(const Context *context, TextureType target) in ValidTextureExternalTarget()
696 bool ValidTextureExternalTarget(const Context *context, TextureTarget target) in ValidTextureExternalTarget()
706 bool ValidTexture2DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture2DDestinationTarget()
877 bool ValidTexture3DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture3DDestinationTarget()
915 bool ValidFramebufferTarget(const Context *context, GLenum target) in ValidFramebufferTarget()
974 TextureType target, in ValidImageSizeParameters()
976 GLsizei width, in ValidImageSizeParameters()
1014 GLsizei width, in ValidCompressedImageSize()
1064 GLsizei width, in ValidCompressedSubImageSize()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp501 …LBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
506 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EG… in eglCreateImageKHR()
556 GL_API void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
561 GL_API void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
566 GL_API void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES()
571 GL_API void GL_APIENTRY glBindRenderbufferOES(GLenum target, GLuint renderbuffer) in glBindRenderbufferOES()
576 GL_API void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
601 GL_API void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usa… in glBufferData()
606 GL_API void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvo… in glBufferSubData()
611 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES(GLenum target) in glCheckFramebufferStatusOES()
[all …]
DlibGLES_CM.cpp41 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize()
100 void GL_APIENTRY BindBuffer(GLenum target, GLuint buffer) in BindBuffer()
122 void GL_APIENTRY BindFramebuffer(GLenum target, GLuint framebuffer) in BindFramebuffer()
139 void GL_APIENTRY BindFramebufferOES(GLenum target, GLuint framebuffer) in BindFramebufferOES()
156 void GL_APIENTRY BindRenderbufferOES(GLenum target, GLuint renderbuffer) in BindRenderbufferOES()
176 void GL_APIENTRY BindTexture(GLenum target, GLuint texture) in BindTexture()
338 void GL_APIENTRY BufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in BufferData()
386 void GL_APIENTRY BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in BufferSubData()
436 GLenum GL_APIENTRY CheckFramebufferStatusOES(GLenum target) in CheckFramebufferStatusOES()
656 void GL_APIENTRY ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in ColorPointer()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp153 void GLContext::texParameteri (deUint32 target, deUint32 pname, int value) in texParameteri()
158 deUint32 GLContext::checkFramebufferStatus(deUint32 target) in checkFramebufferStatus()
163 void GLContext::viewport (int x, int y, int width, int height) in viewport()
174 void GLContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
194 void GLContext::bindFramebuffer (deUint32 target, deUint32 framebuffer) in bindFramebuffer()
240 void GLContext::bindRenderbuffer (deUint32 target, deUint32 renderbuffer) in bindRenderbuffer()
265 void GLContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int bor… in texImage1D()
270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage2D()
275 void GLContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int hei… in texImage3D()
280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format,… in texSubImage1D()
[all …]
DsglrReferenceContext.cpp100 inline int getNumMipLevels2D (int width, int height) in getNumMipLevels2D()
105 inline int getNumMipLevels3D (int width, int height, int depth) in getNumMipLevels3D()
120 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()
304 …ers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int… in ReferenceContextBuffers()
609 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
749 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer()
827 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer()
947 … ReferenceContext::getUnpack2DAccess (const tcu::TextureFormat& format, int width, int height, con… in getUnpack2DAccess()
957 … ReferenceContext::getUnpack3DAccess (const tcu::TextureFormat& format, int width, int height, int… in getUnpack3DAccess()
986 int width = dst.getWidth(); in depthValueFloatClampCopy() local
[all …]
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp78 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove… in __indirect_glBitmap()
123 void __indirect_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) { } in __indirect_glCopyPixels()
131 void __indirect_glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoi… in __indirect_glDrawPixels()
167 void __indirect_glGetMapdv(GLenum target, GLenum query, GLdouble *v) { } in __indirect_glGetMapdv()
168 void __indirect_glGetMapfv(GLenum target, GLenum query, GLfloat *v) { } in __indirect_glGetMapfv()
169 void __indirect_glGetMapiv(GLenum target, GLenum query, GLint *v) { } in __indirect_glGetMapiv()
177 void __indirect_glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) { } in __indirect_glGetTexEnvfv()
178 void __indirect_glGetTexEnviv(GLenum target, GLenum pname, GLint *params) { } in __indirect_glGetTexEnviv()
182 void __indirect_glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixel… in __indirect_glGetTexImage()
183 void __indirect_glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params)… in __indirect_glGetTexLevelParameterfv()
[all …]
/external/angle/src/libGLESv2/
DlibGLESv2_autogen.cpp39 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
44 void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
49 void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
54 void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
87 void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in glBufferData()
92 void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in glBufferSubData()
97 GLenum GL_APIENTRY glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
132 void GL_APIENTRY glCompressedTexImage2D(GLenum target, in glCompressedTexImage2D()
135 GLsizei width, in glCompressedTexImage2D()
145 void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, in glCompressedTexSubImage2D()
[all …]
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp33 GL_APICALL void GL_APIENTRY glBeginQueryEXT(GLenum target, GLuint name) in glBeginQueryEXT()
43 GL_APICALL void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
48 GL_APICALL void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
53 GL_APICALL void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES()
58 GL_APICALL void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
63 GL_APICALL void GL_APIENTRY glBindRenderbufferOES(GLenum target, GLuint renderbuffer) in glBindRenderbufferOES()
68 GL_APICALL void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
98 GL_APICALL void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum… in glBufferData()
103 GL_APICALL void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const … in glBufferSubData()
108 GL_APICALL GLenum GL_APIENTRY glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
[all …]
DlibGLESv2.cpp43 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize()
119 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name) in BeginQueryEXT()
181 void GL_APIENTRY BindBuffer(GLenum target, GLuint buffer) in BindBuffer()
221 void GL_APIENTRY BindFramebuffer(GLenum target, GLuint framebuffer) in BindFramebuffer()
246 void GL_APIENTRY BindRenderbuffer(GLenum target, GLuint renderbuffer) in BindRenderbuffer()
267 void GL_APIENTRY BindTexture(GLenum target, GLuint texture) in BindTexture()
470 void GL_APIENTRY BufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in BufferData()
519 void GL_APIENTRY BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in BufferSubData()
563 GLenum GL_APIENTRY CheckFramebufferStatus(GLenum target) in CheckFramebufferStatus()
690 void GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei wi… in CompressedTexImage2D()
[all …]
DlibGLESv3.cpp37 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize()
47 static bool ValidateQueryTarget(GLenum target) in ValidateQueryTarget()
337 void GL_APIENTRY TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsize… in TexImage3D()
397 void GL_APIENTRY TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff… in TexSubImage3D()
445 …ENTRY CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… in CopyTexSubImage3D()
508 void GL_APIENTRY CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei wi… in CompressedTexImage3D()
565 …APIENTRY CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in CompressedTexSubImage3D()
726 void GL_APIENTRY BeginQuery(GLenum target, GLuint id) in BeginQuery()
748 void GL_APIENTRY EndQuery(GLenum target) in EndQuery()
765 void GL_APIENTRY GetQueryiv(GLenum target, GLenum pname, GLint *params) in GetQueryiv()
[all …]
/external/angle/src/libGL/
DlibGL_autogen.cpp37 void GL_APIENTRY glBitmap(GLsizei width, in glBitmap()
268 void GL_APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels()
309 glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in glDrawPixels()
494 void GL_APIENTRY glGetMapdv(GLenum target, GLenum query, GLdouble *v) in glGetMapdv()
499 void GL_APIENTRY glGetMapfv(GLenum target, GLenum query, GLfloat *v) in glGetMapfv()
504 void GL_APIENTRY glGetMapiv(GLenum target, GLenum query, GLint *v) in glGetMapiv()
544 void GL_APIENTRY glGetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexEnvfv()
549 void GL_APIENTRY glGetTexEnviv(GLenum target, GLenum pname, GLint *params) in glGetTexEnviv()
569 void GL_APIENTRY glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in glGetTexImage()
574 void GL_APIENTRY glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params) in glGetTexLevelParameterfv()
[all …]
Dentry_points_gl_1_autogen.cpp101 void GL_APIENTRY GL_Bitmap(GLsizei width, in GL_Bitmap()
1108 void GL_APIENTRY GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in GL_CopyPixels()
1284 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in GL_DrawPixels()
2097 void GL_APIENTRY GL_GetMapdv(GLenum target, GLenum query, GLdouble *v) in GL_GetMapdv()
2121 void GL_APIENTRY GL_GetMapfv(GLenum target, GLenum query, GLfloat *v) in GL_GetMapfv()
2145 void GL_APIENTRY GL_GetMapiv(GLenum target, GLenum query, GLint *v) in GL_GetMapiv()
2340 void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in GL_GetTexEnvfv()
2367 void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params) in GL_GetTexEnviv()
2470 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImage()
2499 void GL_APIENTRY GL_GetTexLevelParameterfv(GLenum target, in GL_GetTexLevelParameterfv()
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl35 void CallLogWrapper::glBeginQuery (glw::GLenum target, glw::GLuint id)
42 void CallLogWrapper::glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id)
63 void CallLogWrapper::glBindBuffer (glw::GLenum target, glw::GLuint buffer)
70 void CallLogWrapper::glBindBufferBase (glw::GLenum target, glw::GLuint index, glw::GLuint buffer)
77 void CallLogWrapper::glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, …
84 void CallLogWrapper::glBindBuffersBase (glw::GLenum target, glw::GLuint first, glw::GLsizei count, …
91 void CallLogWrapper::glBindBuffersRange (glw::GLenum target, glw::GLuint first, glw::GLsizei count,…
112 void CallLogWrapper::glBindFramebuffer (glw::GLenum target, glw::GLuint framebuffer)
133 void CallLogWrapper::glBindMultiTextureEXT (glw::GLenum texunit, glw::GLenum target, glw::GLuint te…
147 void CallLogWrapper::glBindRenderbuffer (glw::GLenum target, glw::GLuint renderbuffer)
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl34 GLW_APICALL void GLW_APIENTRY glBeginQuery (GLenum target, GLuint id)
41 GLW_APICALL void GLW_APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
63 GLW_APICALL void GLW_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer)
71 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintp…
81 GLW_APICALL void GLW_APIENTRY glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const …
90 GLW_APICALL void GLW_APIENTRY glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const…
118 GLW_APICALL void GLW_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer)
145 GLW_APICALL void GLW_APIENTRY glBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
159 GLW_APICALL void GLW_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer)
181 GLW_APICALL void GLW_APIENTRY glBindTexture (GLenum target, GLuint texture)
[all …]
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c170 spirv_builder_emit_name(struct spirv_builder *b, SpvId target, in spirv_builder_emit_name()
182 emit_decoration(struct spirv_builder *b, SpvId target, in emit_decoration()
196 spirv_builder_emit_decoration(struct spirv_builder *b, SpvId target, in spirv_builder_emit_decoration()
203 spirv_builder_emit_location(struct spirv_builder *b, SpvId target, in spirv_builder_emit_location()
211 spirv_builder_emit_component(struct spirv_builder *b, SpvId target, in spirv_builder_emit_component()
219 spirv_builder_emit_builtin(struct spirv_builder *b, SpvId target, in spirv_builder_emit_builtin()
241 spirv_builder_emit_descriptor_set(struct spirv_builder *b, SpvId target, in spirv_builder_emit_descriptor_set()
250 spirv_builder_emit_binding(struct spirv_builder *b, SpvId target, in spirv_builder_emit_binding()
258 spirv_builder_emit_array_stride(struct spirv_builder *b, SpvId target, in spirv_builder_emit_array_stride()
266 spirv_builder_emit_offset(struct spirv_builder *b, SpvId target, in spirv_builder_emit_offset()
[all …]
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp23 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id) {} in glBeginQueryNULL()
25 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id) {} in glBeginQueryIndexedNULL()
32 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer) {} in glBindBufferNULL()
34 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer) {} in glBindBufferBaseNULL()
37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL()
40 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target, in glBindBuffersBaseNULL()
46 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target, in glBindBuffersRangeNULL()
65 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer) {} in glBindFramebufferNULL()
83 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer) {} in glBindRenderbufferNULL()
89 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuint texture) {} in glBindTextureNULL()
[all …]
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl39 void glwBeginQuery (GLenum target, GLuint id)
47 void glwBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
71 void glwBindBuffer (GLenum target, GLuint buffer)
79 void glwBindBufferBase (GLenum target, GLuint index, GLuint buffer)
87 void glwBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr si…
95 void glwBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
103 void glwBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const …
127 void glwBindFramebuffer (GLenum target, GLuint framebuffer)
151 void glwBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
167 void glwBindRenderbuffer (GLenum target, GLuint renderbuffer)
[all …]

123