Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 129) sorted by relevance

123456

/device/google/wahoo/lisa/targetdev/
Dpowerhint.py7 def restart_power_hal(target): argument
12 def set_touch_param(target, opcode, new_val): argument
33 def set_touch_boost(target, boost=50): argument
41 def set_touch_min_freq(target, cluster, freq=1100): argument
47 def set_touch_cpubw_hysteresis(target, enable=False): argument
54 def set_touch_cpubw_min_freq(target, freq=51): argument
60 def restore_defaults(target, powerhint_host_path): argument
67 def disable_launch_hint(target): argument
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp404 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer()
450 void GLClientState::bindIndexedBuffer(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in bindIndexedBuffer()
501 bool GLClientState::isNonIndexedBindNoOp(GLenum target, GLuint buffer) { in isNonIndexedBindNoOp()
512 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp()
548 int GLClientState::getBuffer(GLenum target) { in getBuffer()
593 GLuint GLClientState::getLastEncodedBufferBind(GLenum target) { in getLastEncodedBufferBind()
613 void GLClientState::setLastEncodedBufferBind(GLenum target, GLuint id) in setLastEncodedBufferBind()
852 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget()
864 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget()
914 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddep_util.py12 def newer(source, target): argument
51 def newer_group(sources, target, missing='error'): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dwinmakemakefile.py45 def makemakefile(outfp, vars, files, target): argument
53 def realwork(vars, moddefns, target): argument
Dmakemakefile.py5 def makemakefile(outfp, makevars, files, target): argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp126 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) in glGetTexParameterfv()
176 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
221 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
226 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params) in glTexEnvfv()
231 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
236 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) in glTexParameterfv()
256 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
261 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
271 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) in glBufferData()
276 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) in glBufferSubData()
[all …]
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp393 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv()
453 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
507 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
513 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv()
519 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
525 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv()
549 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
555 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
567 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
573 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
[all …]
DGLEncoder.cpp361 void GLEncoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer()
370 void GLEncoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GL… in s_glBufferData()
381 void GLEncoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, con… in s_glBufferSubData()
660 void GLEncoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture()
763 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv()
776 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv()
798 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv()
831 GLenum target, GLenum pname, GLfloat param) in s_glTexParameterf()
849 GLenum target, GLenum pname, const GLfloat* params) in s_glTexParameterfv()
867 GLenum target, GLenum pname, GLint param) in s_glTexParameteri()
[all …]
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_entry.cpp391 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv()
451 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
505 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
511 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv()
517 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
523 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv()
547 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
553 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
565 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
571 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
[all …]
Dgles3_wrapper_entry.cpp445 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
451 void glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
457 void glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
463 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
499 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
505 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
511 GLenum glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
553 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D()
559 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D()
565 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
[all …]
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp458 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
464 void glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
470 void glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
476 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
512 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
518 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
524 GLenum glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
566 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D()
573 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D()
580 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
[all …]
DGLESv2Validation.cpp30 bool bufferTarget(GL2Encoder* ctx, GLenum target) { in bufferTarget()
186 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget()
324 bool textureTarget(GL2Encoder* ctx, GLenum target) { in textureTarget()
618 bool isCubeMapTarget(GLenum target) { in isCubeMapTarget()
826 bool internalFormatTarget(GL2Encoder* ctx, GLenum target) { in internalFormatTarget()
DGL2Encoder.cpp111 #define OVERRIDEWITH(name, target) do { \ in GL2Encoder() argument
439 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate()
542 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer()
558 void GL2Encoder::doBindBufferEncodeCached(GLenum target, GLuint id) { in doBindBufferEncodeCached()
568 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData()
581 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData()
2074 GLenum target; in s_glUniform1i() local
2207 void GL2Encoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture()
2254 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv()
2269 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv()
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbase64.c168 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop()
237 u_char *target, in b64_pton()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
93 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Dbld_vlv.bat132 set target=RELEASE variable
135 set target=DEBUG variable
DbldX64.bat26 @set target=DEBUG variable
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEGLImage.h38 EGLenum target; member
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfseeko.c75 fpos_t target, curoff; in __weak_alias() local
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_sys.c93 enum pm_ret_status pm_req_suspend(enum pm_node_id target, in pm_req_suspend()
123 enum pm_ret_status pm_req_wakeup(enum pm_node_id target, in pm_req_wakeup()
157 enum pm_ret_status pm_force_powerdown(enum pm_node_id target, in pm_force_powerdown()
205 enum pm_ret_status pm_set_wakeup_source(enum pm_node_id target, in pm_set_wakeup_source()
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/v2/
Dgicv2_main.c409 unsigned int sgir_val, target; in gicv2_raise_sgi() local
444 int target; in gicv2_set_spi_routing() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_build_scripts.py43 def get_build_scripts_cmd(self, target, scripts): argument
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp262 static void glCompressedTexImage2DOffsetAEMU(GLenum target, GLint level, GLenum internalformat, in glCompressedTexImage2DOffsetAEMU()
269 static void glCompressedTexImage3DOffsetAEMU(GLenum target, GLint level, GLenum internalformat, in glCompressedTexImage3DOffsetAEMU()
276 static void glCompressedTexSubImage2DOffsetAEMU(GLenum target, GLint level, GLint xoffset, in glCompressedTexSubImage2DOffsetAEMU()
283 static void glCompressedTexSubImage3DOffsetAEMU(GLenum target, GLint level, GLint xoffset, in glCompressedTexSubImage3DOffsetAEMU()
361 static void glFlushMappedBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, in glFlushMappedBufferRangeAEMU()
424 static void glMapBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, in glMapBufferRangeAEMU()
447 static void glTexImage2DOffsetAEMU(GLenum target, GLint level, GLint internalformat, GLsizei width, in glTexImage2DOffsetAEMU()
454 static void glTexImage3DOffsetAEMU(GLenum target, GLint level, GLint internalFormat, GLsizei width, in glTexImage3DOffsetAEMU()
461 static void glTexSubImage2DOffsetAEMU(GLenum target, GLint level, GLint xoffset, GLint yoffset, in glTexSubImage2DOffsetAEMU()
468 static void glTexSubImage3DOffsetAEMU(GLenum target, GLint level, GLint xoffset, GLint yoffset, in glTexSubImage3DOffsetAEMU()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
Droundtrip.py38 def processingInstruction(self, target, data): argument

123456