/device/google/wahoo/lisa/targetdev/ |
D | powerhint.py | 7 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/ |
D | GLClientState.cpp | 477 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer() 523 void GLClientState::bindIndexedBuffer(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in bindIndexedBuffer() 575 bool GLClientState::isNonIndexedBindNoOp(GLenum target, GLuint buffer) { in isNonIndexedBindNoOp() 586 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp() 622 int GLClientState::getBuffer(GLenum target) { in getBuffer() 667 GLuint GLClientState::getLastEncodedBufferBind(GLenum target) { in getLastEncodedBufferBind() 687 void GLClientState::setLastEncodedBufferBind(GLenum target, GLuint id) in setLastEncodedBufferBind() 980 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget() 992 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget() 1042 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture() [all …]
|
D | TextureSharedData.h | 30 GLenum target; member
|
D | GLSharedGroup.cpp | 108 GLint index, GLint* val, GLenum* target) { in getNextSamplerUniform() 132 bool ProgramData::setSamplerUniform(GLint appLoc, GLint val, GLenum* target) { in setSamplerUniform() 492 GLuint program, GLint appLoc, GLint val, GLenum* target) { in setSamplerUniform()
|
D | GLClientState.h | 71 GLenum target; member 528 GLenum target; member
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 126 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 …]
|
D | egl.cpp | 572 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() 587 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 393 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 …]
|
D | GLEncoder.cpp | 355 void GLEncoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 364 void GLEncoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GL… in s_glBufferData() 375 void GLEncoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, con… in s_glBufferSubData() 657 void GLEncoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture() 760 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv() 773 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv() 795 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv() 828 GLenum target, GLenum pname, GLfloat param) in s_glTexParameterf() 846 GLenum target, GLenum pname, const GLfloat* params) in s_glTexParameterfv() 864 GLenum target, GLenum pname, GLint param) in s_glTexParameteri() [all …]
|
D | gl_enc.cpp | 465 void glGetTexParameterfv_enc(void *self , GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv_enc() 750 void glMultiTexCoord4f_enc(void *self , GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f_enc() 996 void glTexEnvf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexEnvf_enc() 1023 void glTexEnvfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv_enc() 1052 void glTexParameterf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexParameterf_enc() 1079 void glTexParameterfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv_enc() 1186 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 1212 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 1264 void glBufferData_enc(void *self , GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData_enc() 1294 void glBufferSubData_enc(void *self , GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid… in glBufferSubData_enc() [all …]
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 460 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer() 466 void glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer() 472 void glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer() 478 void glBindTexture(GLenum target, GLuint texture) in glBindTexture() 514 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() 520 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() 526 GLenum glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus() 568 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D() 575 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D() 582 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() [all …]
|
D | GL2Encoder.cpp | 113 #define OVERRIDEWITH(name, target) do { \ in GL2Encoder() argument 444 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate() 547 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 563 void GL2Encoder::doBindBufferEncodeCached(GLenum target, GLuint id) { in doBindBufferEncodeCached() 573 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData() 586 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData() 2060 GLenum target; in s_glUniform1i() local 2193 void GL2Encoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture() 2240 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv() 2254 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv() [all …]
|
D | GLESv2Validation.cpp | 30 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() 856 bool internalFormatTarget(GL2Encoder* ctx, GLenum target) { in internalFormatTarget()
|
D | gl2_enc.cpp | 102 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 128 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer) in glBindFramebuffer_enc() 154 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer) in glBindRenderbuffer_enc() 180 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 339 void glBufferData_enc(void *self , GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData_enc() 379 void glBufferSubData_enc(void *self , GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid… in glBufferSubData_enc() 415 GLenum glCheckFramebufferStatus_enc(void *self , GLenum target) in glCheckFramebufferStatus_enc() 611 void glCompressedTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLs… in glCompressedTexImage2D_enc() 651 void glCompressedTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yo… in glCompressedTexSubImage2D_enc() 692 void glCopyTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLint x, … in glCopyTexImage2D_enc() [all …]
|
/device/generic/goldfish-opengl/system/GLESv1/ |
D | gl.cpp | 56 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/ |
D | gl2.cpp | 56 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.h | 60 std::string target; member 72 std::string target; member
|
D | build_api.cc | 77 const std::string& target) in DirectoryBuild() 94 const std::string& target) { in LatestBuildId()
|
D | fetch_cvd.cc | 221 auto target = std::visit([](auto&& arg) { return arg.target; }, build); in AddFilesToConfig() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.h | 32 SharedFD target; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 262 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/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | EGLImage.h | 38 EGLenum target; member
|
/device/google/coral/vibrator/tests/ |
D | utils.h | 23 static inline EffectScale toScale(uint8_t target, uint8_t maximum) { in toScale()
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 223 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer) in rcCreateClientImage()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 2072 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() 2098 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|