/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 7 void glDrawArraysIndirect(GLenum mode, const void *indirect); 8 void glDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect); 12 GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const GLchar *name); 14 …GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLs… 15 GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const GLchar *name); 18 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const*strings); 20 void glDeleteProgramPipelines(GLsizei n, const GLuint *pipelines); 36 void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint *value); 37 void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint *value); 38 void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint *value); [all …]
|
D | gles3_only.entries | 6 %typedef const GLubyte* GL3constubyteptr; 9 void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const v… 10 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 11 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); 13 …, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); 14 … GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); 16 void glDeleteQueries(GLsizei n, const GLuint *ids); 24 void glDrawBuffers(GLsizei n, const GLenum *bufs); 25 void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); 26 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); [all …]
|
D | gles2_core.entries | 7 void glBindAttribLocation(GLuint program, GLuint index, const GLchar *name); 17 void glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage); 18 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data); 26 … internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data); 27 … GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 33 void glDeleteBuffers(GLsizei n, const GLuint *buffers); 34 void glDeleteFramebuffers(GLsizei n, const GLuint *framebuffers); 36 void glDeleteRenderbuffers(GLsizei n, const GLuint *renderbuffers); 38 void glDeleteTextures(GLsizei n, const GLuint *textures); 46 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices); [all …]
|
D | gles1_core.entries | 6 %typedef const GLubyte* GL1constubyteptr; 11 void glClipPlanef(GLenum plane, const GLfloat *equation); 15 void glFogfv(GLenum pname, const GLfloat *params); 24 void glLightModelfv(GLenum pname, const GLfloat *params); 26 void glLightfv(GLenum light, GLenum pname, const GLfloat *params); 28 void glLoadMatrixf(const GLfloat *m); 30 void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params); 31 void glMultMatrixf(const GLfloat *m); 36 void glPointParameterfv(GLenum pname, const GLfloat *params); 42 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params); [all …]
|
D | egl.entries | 6 %typedef const char* EGLconstcharptr; 8 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… 10 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… 11 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 12 …xmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_lis… 13 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … 22 void* eglGetProcAddress(const char *procname); 40 …GLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_lis…
|
D | gles2_extensions.entries | 8 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 9 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels); 11 …, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data); 12 … GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data); 15 void glDrawBuffersEXT(GLsizei n, const GLenum *bufs); 18 void glDrawElementsInstancedEXT(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsiz…
|
D | gles1_extensions.entries | 12 void glDrawTexsvOES(const GLshort *coords); 13 void glDrawTexivOES(const GLint *coords); 14 void glDrawTexxvOES(const GLfixed *coords); 16 void glDrawTexfvOES(const GLfloat *coords); 23 void glDeleteRenderbuffersOES(GLsizei n, const GLuint* renderbuffers); 29 void glDeleteFramebuffersOES(GLsizei n, const GLuint* framebuffers);
|
D | egl_extensions.entries | 5 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 10 …R(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_lis…
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 44 const int srcBits = sizeof(src_t)*CHAR_BIT; 45 const int srcExpBits = srcBits - srcSigBits - 1; 46 const int srcInfExp = (1 << srcExpBits) - 1; 47 const int srcExpBias = srcInfExp >> 1; 49 const src_rep_t srcMinNormal = SRC_REP_C(1) << srcSigBits; 50 const src_rep_t srcInfinity = (src_rep_t)srcInfExp << srcSigBits; 51 const src_rep_t srcSignMask = SRC_REP_C(1) << (srcSigBits + srcExpBits); 52 const src_rep_t srcAbsMask = srcSignMask - 1; 53 const src_rep_t srcQNaN = SRC_REP_C(1) << (srcSigBits - 1); 54 const src_rep_t srcNaNCode = srcQNaN - 1; [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 8 GL_ENTRY(void, glFogfv, GLenum pname, const GLfloat *params) 17 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params) 19 GL_ENTRY(void, glLightfv, GLenum light, GLenum pname, const GLfloat *params) 21 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m) 23 GL_ENTRY(void, glMaterialfv, GLenum face, GLenum pname, const GLfloat *params) 24 GL_ENTRY(void, glMultMatrixf, const GLfloat *m) 29 GL_ENTRY(void, glPointParameterfv, GLenum pname, const GLfloat *params) 35 GL_ENTRY(void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat *params) 37 GL_ENTRY(void, glTexParameterfv, GLenum target, GLenum pname, const GLfloat *params) [all …]
|
D | gles1.types | 34 GLvoid*const* 32 0x%08x
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 3 GL_ENTRY(void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name) 13 GL_ENTRY(void, glBufferData, GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) 14 GL_ENTRY(void, glBufferSubData, GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) 22 …internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data) 23 …GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) 29 GL_ENTRY(void, glDeleteBuffers, GLsizei n, const GLuint* buffers) 30 GL_ENTRY(void, glDeleteFramebuffers, GLsizei n, const GLuint* framebuffers) 32 GL_ENTRY(void, glDeleteRenderbuffers, GLsizei n, const GLuint* renderbuffers) 34 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint* textures) 42 GL_ENTRY(void, glDrawElements, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) [all …]
|
D | gles3.types | 37 GLchar*const* 32 0x%08x 38 GLvoid*const* 32 0x%08x
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 37 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), 41 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), 57 (GLenum plane, const GLfloat *equation), 69 (GLenum type, GLsizei stride, const GLvoid *pointer), 77 (GLenum coord, GLenum pname, const GLfloat *params), 85 (GLenum coord, GLenum pname, const GLint *params), 93 (GLenum coord, GLenum pname, const GLfixed *params), 118 (GLsizei n, const GLuint* renderbuffers), 143 (GLsizei n, const GLuint* framebuffers), 188 (const GLshort *coords), [all …]
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | EDKII_openssl-1.0.2j.patch | 41 @@ -104,6 +104,7 @@ static int send_bio_chars(void *arg, const void *buf, int len) 46 static int send_fp_chars(void *arg, const void *buf, int len) 49 @@ -112,6 +113,7 @@ static int send_fp_chars(void *arg, const void *buf, int len) 55 typedef int char_io (void *arg, const void *buf, int len); 85 *(const unsigned char **)pp=c.p; \ 231 @@ -193,7 +193,12 @@ int i2d_RSA_NET(const RSA *a, unsigned char **pp, 244 @@ -264,7 +269,11 @@ RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length, 261 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, 262 const BIGNUM *a1_odd, int k, BN_CTX *ctx, 267 const BIGNUM *add, const BIGNUM *rem, [all …]
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/input/ |
D | foo.in | 5 FOO_ENTRY(void, fooTakeConstVoidPtrConstPtr, const void* const* param) 6 FOO_ENTRY(void, fooSetComplexStruct, const FooStruct* obj)
|
D | foo.types | 10 void*const* 32 0x%08x
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | stacktest.py | 7 for const in co.co_consts: 8 if type(const) == types.CodeType: 9 l.append(const)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenBuffer.py | 53 const = "const " 55 const = "" 56 return ["%s%s *%s__in__" % (const, self.datatype, name)] 206 const = "const " 208 const = "" 209 return ["%s%s *%s__in__" % (const, self.type, name)]
|
D | bgenType.py | 40 const = "const " 42 const = "" 47 return ["%s%s%s%s %s" % (const, self.typeName, ref, out, name)]
|
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space_android.impl | 53 const char GOLDFISH_ADDRESS_SPACE_DEVICE_NAME[] = "/dev/goldfish_address_space"; 55 const int HOST_MEMORY_ALLOCATOR_COMMAND_ALLOCATE_ID = 1; 56 const int HOST_MEMORY_ALLOCATOR_COMMAND_UNALLOCATE_ID = 2; 109 const long ret = set_address_space_subdevice_type(m_handle, subdevice); 125 bool GoldfishAddressSpaceBlockProvider::is_opened() const 163 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh… 237 uint64_t GoldfishAddressSpaceBlock::physAddr() const 242 uint64_t GoldfishAddressSpaceBlock::hostAddr() const 259 const int res = memoryMap(NULL, m_size, m_handle, m_offset, &result); 274 void *GoldfishAddressSpaceBlock::guestPtr() const [all …]
|
D | goldfish_address_space_host.impl | 31 const int HOST_MEMORY_ALLOCATOR_COMMAND_ALLOCATE_ID = 1; 32 const int HOST_MEMORY_ALLOCATOR_COMMAND_UNALLOCATE_ID = 2; 58 bool GoldfishAddressSpaceBlockProvider::is_opened() const 97 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh… 159 uint64_t GoldfishAddressSpaceBlock::physAddr() const 164 uint64_t GoldfishAddressSpaceBlock::hostAddr() const 189 void *GoldfishAddressSpaceBlock::guestPtr() const 241 bool GoldfishAddressSpaceHostMemoryAllocator::is_opened() const { return m_provider.is_opened(); }
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/ |
D | Trim.py | 534 … make_option("-s", "--source-code", dest="FileType", const="SourceCode", action="store_const", 536 make_option("-r", "--vfr-file", dest="FileType", const="Vfr", action="store_const", 538 make_option("-a", "--asl-file", dest="FileType", const="Asl", action="store_const", 540 …make_option("-8", "--Edk-source-code", dest="FileType", const="EdkSourceCode", action="store_const… 552 … make_option("-v", "--verbose", dest="LogLevel", action="store_const", const=EdkLogger.VERBOSE, 556 make_option("-q", "--quiet", dest="LogLevel", action="store_const", const=EdkLogger.QUIET,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | argparse.py | 767 const=None, argument 777 self.const = const 809 const=None, argument 820 if const is not None and nargs != OPTIONAL: 826 const=const, 843 const, argument 852 const=const, 858 setattr(namespace, self.dest, self.const) 872 const=True, 889 const=False, [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | argparse.py | 769 const=None, argument 779 self.const = const 811 const=None, argument 822 if const is not None and nargs != OPTIONAL: 828 const=const, 845 const, argument 854 const=const, 860 setattr(namespace, self.dest, self.const) 874 const=True, 891 const=False, [all …]
|