Home
last modified time | relevance | path

Searched +defs:target +defs:pointer +defs:width (Results 1 – 25 of 60) 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/
DContext_gles_1_0.cpp65 void Context::getTexParameterxv(TextureType target, GLenum pname, GLfixed *params) in getTexParameterxv()
83 void Context::texParameterx(TextureType target, GLenum pname, GLfixed param) in texParameterx()
89 void Context::texParameterxv(TextureType target, GLenum pname, const GLfixed *params) in texParameterxv()
102 void Context::drawTexf(float x, float y, float z, float width, float height) in drawTexf()
113 void Context::drawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) in drawTexi()
128 void Context::drawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in drawTexs()
143 void Context::drawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in drawTexx()
169 void Context::matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in matrixIndexPointer()
174 void Context::weightPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in weightPointer()
DvalidationES1.cpp90 const void *pointer) in ValidateBuiltinVertexAttributeCommon()
449 TextureEnvTarget target, in ValidateTexEnvCommon()
604 TextureEnvTarget target, in ValidateGetTexEnvCommon()
695 float width, in ValidateDrawTexCommon()
824 const void *pointer) in ValidateColorPointer()
964 GLenum target, in ValidateGetBufferParameteriv()
1046 TextureEnvTarget target, in ValidateGetTexEnvfv()
1056 TextureEnvTarget target, in ValidateGetTexEnviv()
1066 TextureEnvTarget target, in ValidateGetTexEnvxv()
1075 TextureType target, in ValidateGetTexParameterxv()
[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()
58 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d()
63 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv()
68 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f()
73 void Context::multiTexCoord1fv(GLenum target, const GLfloat *v) in multiTexCoord1fv()
78 void Context::multiTexCoord1i(GLenum target, GLint s) in multiTexCoord1i()
83 void Context::multiTexCoord1iv(GLenum target, const GLint *v) in multiTexCoord1iv()
[all …]
DvalidationES3.cpp36 GLenum target, in ValidateFramebufferTextureMultiviewBaseANGLE()
295 TextureType target, in ValidateTexImageFormatCombination()
470 TextureTarget target, in ValidateES3TexImageParametersBase()
478 GLsizei width, in ValidateES3TexImageParametersBase()
880 TextureTarget target, in ValidateES3TexImage2DParameters()
888 GLsizei width, in ValidateES3TexImage2DParameters()
910 TextureTarget target, in ValidateES3TexImage3DParameters()
918 GLsizei width, in ValidateES3TexImage3DParameters()
1196 TextureTarget target, in ValidateES3CopyTexImageParametersBase()
1205 GLsizei width, in ValidateES3CopyTexImageParametersBase()
[all …]
DvalidationES2.cpp177 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum()
200 TextureTarget target) in IsValidCopyTextureDestinationTarget()
241 GLsizei width, in IsValidCopyTextureDestinationLevel()
355 TextureTarget target, in ValidateES2CopyTexImageParameters()
363 GLsizei width, in ValidateES2CopyTexImageParameters()
883 TextureTarget target, in ValidateES2TexImageParameters()
890 GLsizei width, in ValidateES2TexImageParameters()
913 TextureTarget target, in ValidateES2TexImageParametersBase()
920 GLsizei width, in ValidateES2TexImageParametersBase()
1572 TextureType target, in ValidateES2TexStorageParametersBase()
[all …]
DvalidationES.cpp746 bool ValidTexture3DTarget(const Context *context, TextureType target) in ValidTexture3DTarget()
765 bool ValidTextureExternalTarget(const Context *context, TextureType target) in ValidTextureExternalTarget()
772 bool ValidTextureExternalTarget(const Context *context, TextureTarget target) in ValidTextureExternalTarget()
782 bool ValidTexture2DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture2DDestinationTarget()
957 bool ValidTexture3DDestinationTarget(const Context *context, TextureTarget target) in ValidTexture3DDestinationTarget()
998 bool ValidFramebufferTarget(const Context *context, GLenum target) in ValidFramebufferTarget()
1058 TextureType target, in ValidImageSizeParameters()
1060 GLsizei width, in ValidImageSizeParameters()
1103 GLsizei width, in ValidCompressedImageSize()
1189 GLsizei width, in ValidCompressedSubImageSize()
[all …]
DContext.cpp996 int width = 0; in makeCurrent() local
1456 void Context::bindTexture(TextureType target, TextureID handle) in bindTexture()
1572 void Context::bindTransformFeedback(GLenum target, TransformFeedbackID transformFeedbackHandle) in bindTransformFeedback()
1590 void Context::beginQuery(QueryType target, QueryID query) in beginQuery()
1603 void Context::endQuery(QueryType target) in endQuery()
1616 void Context::queryCounter(QueryID id, QueryType target) in queryCounter()
1626 void Context::getQueryiv(QueryType target, GLenum pname, GLint *params) in getQueryiv()
1654 void Context::getQueryivRobust(QueryType target, in getQueryivRobust()
1668 void Context::getUnsignedBytei_v(GLenum target, GLuint index, GLubyte *data) in getUnsignedBytei_v()
2467 void Context::getIntegeri_v(GLenum target, GLuint index, GLint *data) in getIntegeri_v()
[all …]
DvalidationGL1.cpp26 GLsizei width, in ValidateBitmap()
300 GLsizei width, in ValidateCopyPixels()
324 GLsizei width, in ValidateDrawPixels()
486 GLenum target, in ValidateGetMapdv()
495 GLenum target, in ValidateGetMapfv()
504 GLenum target, in ValidateGetMapiv()
578 TextureTarget target, in ValidateGetTexImage()
698 GLenum target, in ValidateMap1d()
710 GLenum target, in ValidateMap1f()
722 GLenum target, in ValidateMap2d()
[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.cpp102 inline int getNumMipLevels2D (int width, int height) in getNumMipLevels2D()
107 inline int getNumMipLevels3D (int width, int height, int depth) in getNumMipLevels3D()
122 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()
306 …ers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int… in ReferenceContextBuffers()
611 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture()
751 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer()
829 void ReferenceContext::bindRenderbuffer (deUint32 target, deUint32 name) in bindRenderbuffer()
949 … ReferenceContext::getUnpack2DAccess (const tcu::TextureFormat& format, int width, int height, con… in getUnpack2DAccess()
959 … ReferenceContext::getUnpack3DAccess (const tcu::TextureFormat& format, int width, int height, int… in getUnpack3DAccess()
988 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.cpp46 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
51 void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
56 void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
61 void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture()
94 void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in glBufferData()
99 void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in glBufferSubData()
104 GLenum GL_APIENTRY glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
139 void GL_APIENTRY glCompressedTexImage2D(GLenum target, in glCompressedTexImage2D()
142 GLsizei width, in glCompressedTexImage2D()
152 void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, in glCompressedTexSubImage2D()
[all …]
Dentry_points_gles_ext_autogen.cpp617 GLint width, in GL_CopySubTexture3DANGLE()
719 void GL_APIENTRY GL_RenderbufferStorageMultisampleANGLE(GLenum target, in GL_RenderbufferStorageMultisampleANGLE()
722 GLsizei width, in GL_RenderbufferStorageMultisampleANGLE()
758 GL_GetTexImageANGLE(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImageANGLE()
789 void GL_APIENTRY GL_GetCompressedTexImageANGLE(GLenum target, GLint level, void *pixels) in GL_GetCompressedTexImageANGLE()
818 void GL_APIENTRY GL_GetRenderbufferImageANGLE(GLenum target, in GL_GetRenderbufferImageANGLE()
852 void GL_APIENTRY GL_GetTexLevelParameterivANGLE(GLenum target, in GL_GetTexLevelParameterivANGLE()
885 void GL_APIENTRY GL_GetTexLevelParameterfvANGLE(GLenum target, in GL_GetTexLevelParameterfvANGLE()
1046 void GL_APIENTRY GL_TexStorageMemFlags2DANGLE(GLenum target, in GL_TexStorageMemFlags2DANGLE()
1049 GLsizei width, in GL_TexStorageMemFlags2DANGLE()
[all …]
Dentry_points_gles_2_0_autogen.cpp114 void GL_APIENTRY GL_BindBuffer(GLenum target, GLuint buffer) in GL_BindBuffer()
141 void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer) in GL_BindFramebuffer()
171 void GL_APIENTRY GL_BindRenderbuffer(GLenum target, GLuint renderbuffer) in GL_BindRenderbuffer()
201 void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture) in GL_BindTexture()
392 void GL_APIENTRY GL_BufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in GL_BufferData()
422 void GL_APIENTRY GL_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in GL_BufferSubData()
451 GLenum GL_APIENTRY GL_CheckFramebufferStatus(GLenum target) in GL_CheckFramebufferStatus()
661 void GL_APIENTRY GL_CompressedTexImage2D(GLenum target, in GL_CompressedTexImage2D()
664 GLsizei width, in GL_CompressedTexImage2D()
705 void GL_APIENTRY GL_CompressedTexSubImage2D(GLenum target, in GL_CompressedTexSubImage2D()
[all …]
Dentry_points_gles_1_0_autogen.cpp328 void GL_APIENTRY GL_ColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_ColorPointer()
823 void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) in GL_GetTexEnvfv()
855 void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params) in GL_GetTexEnviv()
887 void GL_APIENTRY GL_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params) in GL_GetTexEnvxv()
919 void GL_APIENTRY GL_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params) in GL_GetTexParameterxv()
1196 void GL_APIENTRY GL_LineWidthx(GLfixed width) in GL_LineWidthx()
1568 void GL_APIENTRY GL_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in GL_MultiTexCoord4f()
1690 void GL_APIENTRY GL_NormalPointer(GLenum type, GLsizei stride, const void *pointer) in GL_NormalPointer()
2228 void GL_APIENTRY GL_TexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_TexCoordPointer()
2260 void GL_APIENTRY GL_TexEnvf(GLenum target, GLenum pname, GLfloat param) in GL_TexEnvf()
[all …]
Dentry_points_gles_3_0_autogen.cpp26 void GL_APIENTRY GL_BeginQuery(GLenum target, GLuint id) in GL_BeginQuery()
87 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase()
115 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange()
172 void GL_APIENTRY GL_BindTransformFeedback(GLenum target, GLuint id) in GL_BindTransformFeedback()
415 void GL_APIENTRY GL_CompressedTexImage3D(GLenum target, in GL_CompressedTexImage3D()
418 GLsizei width, in GL_CompressedTexImage3D()
460 void GL_APIENTRY GL_CompressedTexSubImage3D(GLenum target, in GL_CompressedTexSubImage3D()
465 GLsizei width, in GL_CompressedTexSubImage3D()
550 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D()
557 GLsizei width, in GL_CopyTexSubImage3D()
[all …]
Dentry_points_gl_1_autogen.cpp92 void GL_APIENTRY GL_Bitmap(GLsizei width, in GL_Bitmap()
1149 void GL_APIENTRY GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in GL_CopyPixels()
1258 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in GL_DrawPixels()
1956 void GL_APIENTRY GL_GetMapdv(GLenum target, GLenum query, GLdouble *v) in GL_GetMapdv()
1982 void GL_APIENTRY GL_GetMapfv(GLenum target, GLenum query, GLfloat *v) in GL_GetMapfv()
2008 void GL_APIENTRY GL_GetMapiv(GLenum target, GLenum query, GLint *v) in GL_GetMapiv()
2243 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) in GL_GetTexImage()
2799 GL_Map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) in GL_Map1d()
2832 GL_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) in GL_Map1f()
2864 void GL_APIENTRY GL_Map2d(GLenum target, in GL_Map2d()
[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 …]
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_params.cpp16 GLsizei width, in CaptureBitmap_bitmap()
158 GLsizei width, in CaptureDrawPixels_pixels()
246 GLenum target, in CaptureGetMapdv_v()
255 GLenum target, in CaptureGetMapfv_v()
264 GLenum target, in CaptureGetMapiv_v()
403 GLenum target, in CaptureMap1d_points()
415 GLenum target, in CaptureMap1f_points()
427 GLenum target, in CaptureMap2d_points()
443 GLenum target, in CaptureMap2f_points()
839 GLenum target, in CaptureTexImage1D_pixels()
[all …]

123