/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 66 void texStorageMemFlags2D(TextureType targetPacked, GLsizei levels, GLenum internalFormat, \ 70 TextureType targetPacked, GLsizei samples, GLenum internalFormat, GLsizei width, \ 73 void texStorageMemFlags3D(TextureType targetPacked, GLsizei levels, GLenum internalFormat, \ 77 void texStorageMemFlags3DMultisample(TextureType targetPacked, GLsizei samples, \ 116 void bufferStorage(BufferBinding targetPacked, GLsizeiptr size, const void *data, \ 134 void queryCounter(QueryID idPacked, QueryType targetPacked); \ 142 void bufferStorageExternal(BufferBinding targetPacked, GLintptr offset, GLsizeiptr size, \ 150 void bufferStorageMem(TextureType targetPacked, GLsizeiptr size, MemoryObjectID memoryPacked, \ 161 void texStorageMem2D(TextureType targetPacked, GLsizei levels, GLenum internalFormat, \ 164 void texStorageMem2DMultisample(TextureType targetPacked, GLsizei samples, \ [all …]
|
D | validationESEXT_autogen.h | 106 TextureTarget targetPacked, 119 TextureTarget targetPacked, 124 TextureTarget targetPacked, 145 TextureType targetPacked, 155 TextureType targetPacked, 166 TextureType targetPacked, 177 TextureType targetPacked, 238 BufferBinding targetPacked, 279 TextureType targetPacked, 285 TextureType targetPacked, [all …]
|
D | Context_gles_3_0_autogen.h | 14 void beginQuery(QueryType targetPacked, QueryID idPacked); \ 16 void bindBufferBase(BufferBinding targetPacked, GLuint index, BufferID bufferPacked); \ 17 void bindBufferRange(BufferBinding targetPacked, GLuint index, BufferID bufferPacked, \ 29 void compressedTexImage3D(TextureTarget targetPacked, GLint level, GLenum internalformat, \ 32 void compressedTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, \ 38 void copyTexSubImage3D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \ 53 void endQuery(QueryType targetPacked); \ 56 void flushMappedBufferRange(BufferBinding targetPacked, GLintptr offset, GLsizeiptr length); \ 71 void getBufferParameteri64v(BufferBinding targetPacked, GLenum pname, GLint64 *params); \ 72 void getBufferPointerv(BufferBinding targetPacked, GLenum pname, void **params); \ [all …]
|
D | Context_gles_1_0_autogen.h | 42 void getTexEnvfv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ 44 void getTexEnviv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ 46 void getTexEnvxv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ 48 void getTexParameterxv(TextureType targetPacked, GLenum pname, GLfixed *params); \ 93 void texEnvf(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, GLfloat param); \ 94 void texEnvfv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ 96 void texEnvi(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, GLint param); \ 97 void texEnviv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ 99 void texEnvx(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, GLfixed param); \ 100 void texEnvxv(TextureEnvTarget targetPacked, TextureEnvParameter pnamePacked, \ [all …]
|
D | Context_gles_2_0_autogen.h | 17 void bindBuffer(BufferBinding targetPacked, BufferID bufferPacked); \ 20 void bindTexture(TextureType targetPacked, TextureID texturePacked); \ 27 void bufferData(BufferBinding targetPacked, GLsizeiptr size, const void *data, \ 29 void bufferSubData(BufferBinding targetPacked, GLintptr offset, GLsizeiptr size, \ 38 void compressedTexImage2D(TextureTarget targetPacked, GLint level, GLenum internalformat, \ 41 void compressedTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, \ 44 void copyTexImage2D(TextureTarget targetPacked, GLint level, GLenum internalformat, GLint x, \ 46 void copyTexSubImage2D(TextureTarget targetPacked, GLint level, GLint xoffset, GLint yoffset, \ 79 void generateMipmap(TextureType targetPacked); \ 88 void getBufferParameteriv(BufferBinding targetPacked, GLenum pname, GLint *params); \ [all …]
|
D | validationES3_autogen.h | 20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked); 23 BufferBinding targetPacked, 27 BufferBinding targetPacked, 70 TextureTarget targetPacked, 80 TextureTarget targetPacked, 98 TextureTarget targetPacked, 135 bool ValidateEndQuery(const Context *context, QueryType targetPacked); 139 BufferBinding targetPacked, 172 BufferBinding targetPacked, 176 BufferBinding targetPacked, [all …]
|
D | validationES1_autogen.h | 92 TextureEnvTarget targetPacked, 96 TextureEnvTarget targetPacked, 100 TextureEnvTarget targetPacked, 104 TextureType targetPacked, 208 TextureEnvTarget targetPacked, 212 TextureEnvTarget targetPacked, 216 TextureEnvTarget targetPacked, 220 TextureEnvTarget targetPacked, 224 TextureEnvTarget targetPacked, 228 TextureEnvTarget targetPacked, [all …]
|
D | validationES2_autogen.h | 28 bool ValidateBindBuffer(const Context *context, BufferBinding targetPacked, BufferID bufferPacked); 35 bool ValidateBindTexture(const Context *context, TextureType targetPacked, TextureID texturePacked); 50 BufferBinding targetPacked, 55 BufferBinding targetPacked, 75 TextureTarget targetPacked, 84 TextureTarget targetPacked, 94 TextureTarget targetPacked, 103 TextureTarget targetPacked, 165 bool ValidateGenerateMipmap(const Context *context, TextureType targetPacked); 192 BufferBinding targetPacked, [all …]
|
D | Context_gles_3_2_autogen.h | 53 void getTexParameterIiv(TextureType targetPacked, GLenum pname, GLint *params); \ 54 void getTexParameterIuiv(TextureType targetPacked, GLenum pname, GLuint *params); \ 74 void texBuffer(TextureType targetPacked, GLenum internalformat, BufferID bufferPacked); \ 75 void texBufferRange(TextureType targetPacked, GLenum internalformat, BufferID bufferPacked, \ 77 void texParameterIiv(TextureType targetPacked, GLenum pname, const GLint *params); \ 78 void texParameterIuiv(TextureType targetPacked, GLenum pname, const GLuint *params); \ 79 void texStorage3DMultisample(TextureType targetPacked, GLsizei samples, GLenum internalformat, \
|
D | validationES32_autogen.h | 131 TextureType targetPacked, 135 TextureType targetPacked, 198 TextureType targetPacked, 202 TextureType targetPacked, 208 TextureType targetPacked, 212 TextureType targetPacked, 216 TextureType targetPacked,
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.h | 139 TextureEnvTarget targetPacked, 144 TextureEnvTarget targetPacked, 149 TextureEnvTarget targetPacked, 154 TextureType targetPacked, 329 TextureEnvTarget targetPacked, 334 TextureEnvTarget targetPacked, 339 TextureEnvTarget targetPacked, 344 TextureEnvTarget targetPacked, 349 TextureEnvTarget targetPacked, 354 TextureEnvTarget targetPacked, [all …]
|
D | capture_gles_ext_autogen.h | 119 TextureTarget targetPacked, 134 TextureTarget targetPacked, 140 TextureTarget targetPacked, 167 TextureType targetPacked, 178 TextureType targetPacked, 190 TextureType targetPacked, 202 TextureType targetPacked, 276 BufferBinding targetPacked, 324 TextureType targetPacked, 331 TextureType targetPacked, [all …]
|
D | capture_gles_1_0_params.cpp | 136 TextureEnvTarget targetPacked, in CaptureGetTexEnvfv_params() argument 147 TextureEnvTarget targetPacked, in CaptureGetTexEnviv_params() argument 157 TextureEnvTarget targetPacked, in CaptureGetTexEnvxv_params() argument 167 TextureType targetPacked, in CaptureGetTexParameterxv_params() argument 313 TextureEnvTarget targetPacked, in CaptureTexEnvfv_params() argument 324 TextureEnvTarget targetPacked, in CaptureTexEnviv_params() argument 334 TextureEnvTarget targetPacked, in CaptureTexEnvxv_params() argument 344 TextureType targetPacked, in CaptureTexParameterxv_params() argument
|
D | capture_gles_2_0_autogen.h | 34 BufferBinding targetPacked, 46 TextureType targetPacked, 71 BufferBinding targetPacked, 77 BufferBinding targetPacked, 105 TextureTarget targetPacked, 115 TextureTarget targetPacked, 126 TextureTarget targetPacked, 136 TextureTarget targetPacked, 232 TextureType targetPacked); 268 BufferBinding targetPacked, [all …]
|
D | capture_gles_ext_params.cpp | 460 BufferBinding targetPacked, in CaptureGetBufferParameterivRobustANGLE_length() argument 472 BufferBinding targetPacked, in CaptureGetBufferParameterivRobustANGLE_params() argument 626 TextureType targetPacked, in CaptureGetTexParameterfvRobustANGLE_length() argument 638 TextureType targetPacked, in CaptureGetTexParameterfvRobustANGLE_params() argument 650 TextureType targetPacked, in CaptureGetTexParameterivRobustANGLE_length() argument 662 TextureType targetPacked, in CaptureGetTexParameterivRobustANGLE_params() argument 891 TextureTarget targetPacked, in CaptureTexImage2DRobustANGLE_pixels() argument 918 TextureType targetPacked, in CaptureTexParameterfvRobustANGLE_params() argument 929 TextureType targetPacked, in CaptureTexParameterivRobustANGLE_params() argument 940 TextureTarget targetPacked, in CaptureTexSubImage2DRobustANGLE_pixels() argument [all …]
|
D | capture_gles_3_0_autogen.h | 24 QueryType targetPacked, 31 BufferBinding targetPacked, 36 BufferBinding targetPacked, 93 TextureTarget targetPacked, 104 TextureTarget targetPacked, 124 TextureTarget targetPacked, 175 angle::CallCapture CaptureEndQuery(const State &glState, bool isCallValid, QueryType targetPacked); 184 BufferBinding targetPacked, 232 BufferBinding targetPacked, 237 BufferBinding targetPacked, [all …]
|
D | capture_gles_3_2_autogen.h | 169 TextureType targetPacked, 174 TextureType targetPacked, 255 TextureType targetPacked, 260 TextureType targetPacked, 267 TextureType targetPacked, 272 TextureType targetPacked, 277 TextureType targetPacked, 459 TextureType targetPacked, 465 TextureType targetPacked, 541 TextureType targetPacked, [all …]
|
D | capture_gles_2_0_params.cpp | 33 BufferBinding targetPacked, in CaptureBufferData_data() argument 47 BufferBinding targetPacked, in CaptureBufferSubData_data() argument 58 TextureTarget targetPacked, in CaptureCompressedTexImage2D_data() argument 83 TextureTarget targetPacked, in CaptureCompressedTexSubImage2D_data() argument 94 CaptureCompressedTexImage2D_data(glState, isCallValid, targetPacked, level, 0, width, height, 0, in CaptureCompressedTexSubImage2D_data() 344 BufferBinding targetPacked, in CaptureGetBufferParameteriv_params() argument 513 TextureType targetPacked, in CaptureGetTexParameterfv_params() argument 525 TextureType targetPacked, in CaptureGetTexParameteriv_params() argument 673 TextureTarget targetPacked, in CaptureTexImage2D_pixels() argument 713 TextureType targetPacked, in CaptureTexParameterfv_params() argument [all …]
|
D | capture_gles_1_0_autogen.cpp | 559 TextureEnvTarget targetPacked, in CaptureGetTexEnvfv() argument 565 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnvfv() 572 CaptureGetTexEnvfv_params(glState, isCallValid, targetPacked, pnamePacked, params, in CaptureGetTexEnvfv() 589 TextureEnvTarget targetPacked, in CaptureGetTexEnviv() argument 595 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnviv() 602 CaptureGetTexEnviv_params(glState, isCallValid, targetPacked, pnamePacked, params, in CaptureGetTexEnviv() 618 TextureEnvTarget targetPacked, in CaptureGetTexEnvxv() argument 624 paramBuffer.addValueParam("targetPacked", ParamType::TTextureEnvTarget, targetPacked); in CaptureGetTexEnvxv() 631 CaptureGetTexEnvxv_params(glState, isCallValid, targetPacked, pnamePacked, params, in CaptureGetTexEnvxv() 648 TextureType targetPacked, in CaptureGetTexParameterxv() argument [all …]
|
D | capture_gles_ext_autogen.cpp | 409 TextureTarget targetPacked, in CaptureGetTexImageANGLE() argument 417 paramBuffer.addValueParam("targetPacked", ParamType::TTextureTarget, targetPacked); in CaptureGetTexImageANGLE() 426 CaptureGetTexImageANGLE_pixels(glState, isCallValid, targetPacked, level, format, type, in CaptureGetTexImageANGLE() 473 TextureTarget targetPacked, in CaptureGetTexLevelParameterivANGLE() argument 480 paramBuffer.addValueParam("targetPacked", ParamType::TTextureTarget, targetPacked); in CaptureGetTexLevelParameterivANGLE() 488 CaptureGetTexLevelParameterivANGLE_params(glState, isCallValid, targetPacked, level, pname, in CaptureGetTexLevelParameterivANGLE() 504 TextureTarget targetPacked, in CaptureGetTexLevelParameterfvANGLE() argument 511 paramBuffer.addValueParam("targetPacked", ParamType::TTextureTarget, targetPacked); in CaptureGetTexLevelParameterfvANGLE() 519 CaptureGetTexLevelParameterfvANGLE_params(glState, isCallValid, targetPacked, level, pname, in CaptureGetTexLevelParameterfvANGLE() 601 TextureType targetPacked, in CaptureTexStorageMemFlags2DANGLE() argument [all …]
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 387 TextureTarget targetPacked = PackParam<TextureTarget>(target); in GL_GetTexImageANGLE() local 391 ValidateGetTexImageANGLE(context, targetPacked, level, format, type, pixels)); in GL_GetTexImageANGLE() 394 context->getTexImage(targetPacked, level, format, type, pixels); in GL_GetTexImageANGLE() 396 ANGLE_CAPTURE(GetTexImageANGLE, isCallValid, context, targetPacked, level, format, type, in GL_GetTexImageANGLE() 450 TextureTarget targetPacked = PackParam<TextureTarget>(target); in GL_GetTexLevelParameterivANGLE() local 454 ValidateGetTexLevelParameterivANGLE(context, targetPacked, level, pname, params)); in GL_GetTexLevelParameterivANGLE() 457 context->getTexLevelParameteriv(targetPacked, level, pname, params); in GL_GetTexLevelParameterivANGLE() 459 ANGLE_CAPTURE(GetTexLevelParameterivANGLE, isCallValid, context, targetPacked, level, pname, in GL_GetTexLevelParameterivANGLE() 481 TextureTarget targetPacked = PackParam<TextureTarget>(target); in GL_GetTexLevelParameterfvANGLE() local 485 ValidateGetTexLevelParameterfvANGLE(context, targetPacked, level, pname, params)); in GL_GetTexLevelParameterfvANGLE() [all …]
|
D | entry_points_gles_1_0_autogen.cpp | 665 TextureEnvTarget targetPacked = PackParam<TextureEnvTarget>(target); in GL_GetTexEnvfv() local 669 ValidateGetTexEnvfv(context, targetPacked, pnamePacked, params)); in GL_GetTexEnvfv() 672 context->getTexEnvfv(targetPacked, pnamePacked, params); in GL_GetTexEnvfv() 674 ANGLE_CAPTURE(GetTexEnvfv, isCallValid, context, targetPacked, pnamePacked, params); in GL_GetTexEnvfv() 692 TextureEnvTarget targetPacked = PackParam<TextureEnvTarget>(target); in GL_GetTexEnviv() local 696 ValidateGetTexEnviv(context, targetPacked, pnamePacked, params)); in GL_GetTexEnviv() 699 context->getTexEnviv(targetPacked, pnamePacked, params); in GL_GetTexEnviv() 701 ANGLE_CAPTURE(GetTexEnviv, isCallValid, context, targetPacked, pnamePacked, params); in GL_GetTexEnviv() 719 TextureEnvTarget targetPacked = PackParam<TextureEnvTarget>(target); in GL_GetTexEnvxv() local 723 ValidateGetTexEnvxv(context, targetPacked, pnamePacked, params)); in GL_GetTexEnvxv() [all …]
|
D | entry_points_gles_3_0_autogen.cpp | 33 QueryType targetPacked = PackParam<QueryType>(target); in GL_BeginQuery() local 37 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in GL_BeginQuery() 40 context->beginQuery(targetPacked, idPacked); in GL_BeginQuery() 42 ANGLE_CAPTURE(BeginQuery, isCallValid, context, targetPacked, idPacked); in GL_BeginQuery() 82 BufferBinding targetPacked = PackParam<BufferBinding>(target); in GL_BindBufferBase() local 86 ValidateBindBufferBase(context, targetPacked, index, bufferPacked)); in GL_BindBufferBase() 89 context->bindBufferBase(targetPacked, index, bufferPacked); in GL_BindBufferBase() 91 ANGLE_CAPTURE(BindBufferBase, isCallValid, context, targetPacked, index, bufferPacked); in GL_BindBufferBase() 110 BufferBinding targetPacked = PackParam<BufferBinding>(target); in GL_BindBufferRange() local 115 ValidateBindBufferRange(context, targetPacked, index, bufferPacked, offset, size)); in GL_BindBufferRange() [all …]
|
D | entry_points_gles_3_2_autogen.cpp | 709 TextureType targetPacked = PackParam<TextureType>(target); in GL_GetTexParameterIiv() local 712 ValidateGetTexParameterIiv(context, targetPacked, pname, params)); in GL_GetTexParameterIiv() 715 context->getTexParameterIiv(targetPacked, pname, params); in GL_GetTexParameterIiv() 717 ANGLE_CAPTURE(GetTexParameterIiv, isCallValid, context, targetPacked, pname, params); in GL_GetTexParameterIiv() 735 TextureType targetPacked = PackParam<TextureType>(target); in GL_GetTexParameterIuiv() local 738 ValidateGetTexParameterIuiv(context, targetPacked, pname, params)); in GL_GetTexParameterIuiv() 741 context->getTexParameterIuiv(targetPacked, pname, params); in GL_GetTexParameterIuiv() 743 ANGLE_CAPTURE(GetTexParameterIuiv, isCallValid, context, targetPacked, pname, params); in GL_GetTexParameterIuiv() 1132 TextureType targetPacked = PackParam<TextureType>(target); in GL_TexBuffer() local 1136 ValidateTexBuffer(context, targetPacked, internalformat, bufferPacked)); in GL_TexBuffer() [all …]
|
D | entry_points_gles_2_0_autogen.cpp | 105 BufferBinding targetPacked = PackParam<BufferBinding>(target); in GL_BindBuffer() local 109 (context->skipValidation() || ValidateBindBuffer(context, targetPacked, bufferPacked)); in GL_BindBuffer() 112 context->bindBuffer(targetPacked, bufferPacked); in GL_BindBuffer() 114 ANGLE_CAPTURE(BindBuffer, isCallValid, context, targetPacked, bufferPacked); in GL_BindBuffer() 178 TextureType targetPacked = PackParam<TextureType>(target); in GL_BindTexture() local 182 ValidateBindTexture(context, targetPacked, texturePacked)); in GL_BindTexture() 185 context->bindTexture(targetPacked, texturePacked); in GL_BindTexture() 187 ANGLE_CAPTURE(BindTexture, isCallValid, context, targetPacked, texturePacked); in GL_BindTexture() 331 BufferBinding targetPacked = PackParam<BufferBinding>(target); in GL_BufferData() local 335 ValidateBufferData(context, targetPacked, size, data, usagePacked)); in GL_BufferData() [all …]
|