/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 141 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetError() local 154 GL2Encoder *ctx = (GL2Encoder *) self; in s_glFlush() local 183 GL2Encoder *ctx = (GL2Encoder *)self; in s_glPixelStorei() local 192 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBindBuffer() local 201 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferData() local 213 GL2Encoder *ctx = (GL2Encoder *) self; in s_glBufferSubData() local 226 GL2Encoder *ctx = (GL2Encoder *) self; in s_glDeleteBuffers() local 237 GL2Encoder *ctx = (GL2Encoder *)self; in s_glVertexAttribPointer() local 244 GL2Encoder *ctx = (GL2Encoder *) self; in s_glGetIntegerv() local 321 GL2Encoder *ctx = (GL2Encoder *)self; in s_glGetFloatv() local [all …]
|
D | gl2_enc.cpp | 24 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glActiveTexture_enc() local 49 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glAttachShader_enc() local 75 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindAttribLocation_enc() local 104 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindBuffer_enc() local 130 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindFramebuffer_enc() local 156 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindRenderbuffer_enc() local 182 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBindTexture_enc() local 208 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendColor_enc() local 236 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquation_enc() local 261 gl2_encoder_context_t *ctx = (gl2_encoder_context_t *)self; in glBlendEquationSeparate_enc() local [all …]
|
D | GL2EncoderUtils.cpp | 25 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize() local 38 GL2Encoder * ctx = (GL2Encoder *) self; in uniformType() local
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 46 GLEncoder *ctx = (GLEncoder *)self; in s_glGetError() local 73 GLEncoder *ctx = (GLEncoder *)self; in s_glGetIntegerv() local 111 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFloatv() local 150 GLEncoder *ctx = (GLEncoder *)self; in s_glGetFixedv() local 189 GLEncoder *ctx = (GLEncoder *)self; in s_glGetBooleanv() local 224 GLEncoder * ctx = (GLEncoder *) self; in s_glGetPointerv() local 231 GLEncoder *ctx = (GLEncoder *)self; in s_glFlush() local 260 GLEncoder *ctx = (GLEncoder *)self; in s_glPixelStorei() local 268 GLEncoder *ctx = (GLEncoder *)self; in s_glVertexPointer() local 275 GLEncoder *ctx = (GLEncoder *)self; in s_glNormalPointer() local [all …]
|
D | gl_enc.cpp | 24 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glAlphaFunc_enc() local 50 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearColor_enc() local 78 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClearDepthf_enc() local 103 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glClipPlanef_enc() local 131 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glColor4f_enc() local 159 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glDepthRangef_enc() local 185 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogf_enc() local 211 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFogfv_enc() local 239 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glFrustumf_enc() local 269 gl_encoder_context_t *ctx = (gl_encoder_context_t *)self; in glGetClipPlanef_enc() local [all …]
|
D | GLEncoderUtils.cpp | 24 GLEncoder *ctx = (GLEncoder *)self; in pixelDataSize() local
|
/device/google/dragon/audio/hal/ |
D | cras_dsp.c | 46 static struct pipeline *prepare_pipeline(struct cras_dsp_context *ctx) in prepare_pipeline() 89 void cras_dsp_set_variable(struct cras_dsp_context *ctx, const char *key, in cras_dsp_set_variable() 95 void cras_dsp_load_pipeline(struct cras_dsp_context *ctx) in cras_dsp_load_pipeline() 111 struct cras_dsp_context *ctx; in cras_dsp_reload_ini() local 144 struct cras_dsp_context *ctx = calloc(1, sizeof(*ctx)); in cras_dsp_context_new() local 154 void cras_dsp_context_free(struct cras_dsp_context *ctx) in cras_dsp_context_free() 167 struct pipeline *cras_dsp_get_pipeline(struct cras_dsp_context *ctx) in cras_dsp_get_pipeline() 172 void cras_dsp_put_pipeline(struct cras_dsp_context *ctx) in cras_dsp_put_pipeline() 176 unsigned int cras_dsp_num_output_channels(const struct cras_dsp_context *ctx) in cras_dsp_num_output_channels() 181 unsigned int cras_dsp_num_input_channels(const struct cras_dsp_context *ctx) in cras_dsp_num_input_channels()
|
D | audio_hw.c | 2041 struct cras_dsp_context *ctx; in apply_dsp() local
|
/device/google/contexthub/lib/nanohub/ |
D | aes.c | 155 void aesInitForEncr(struct AesContext *ctx, const uint32_t *k) in aesInitForEncr() 183 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t… in aesInitForDecr() 204 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesEncr() 274 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesDecr() 344 void aesCbcInitForEncr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForEncr() 350 void aesCbcInitForDecr(struct AesCbcContext *ctx, const uint32_t *k, const uint32_t *iv) in aesCbcInitForDecr() 358 void aesCbcEncr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcEncr() 369 void aesCbcDecr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcDecr()
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_enc.cpp | 24 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetRendererVersion_enc() local 61 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetEGLVersion_enc() local 106 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcQueryEGLString_enc() local 149 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetGLString_enc() local 192 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetNumConfigs_enc() local 233 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetConfigs_enc() local 275 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcChooseConfig_enc() local 323 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcGetFBParam_enc() local 361 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcCreateContext_enc() local 401 renderControl_encoder_context_t *ctx = (renderControl_encoder_context_t *)self; in rcDestroyContext_enc() local [all …]
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | sensors.cpp | 770 sensors_poll_context_t *ctx = reinterpret_cast<sensors_poll_context_t *>(dev); in poll__close() local 779 sensors_poll_context_t *ctx = reinterpret_cast<sensors_poll_context_t *>(dev); in poll__activate() local 785 sensors_poll_context_t *ctx = reinterpret_cast<sensors_poll_context_t *>(dev); in poll__setDelay() local 791 sensors_poll_context_t *ctx = reinterpret_cast<sensors_poll_context_t *>(dev); in poll__poll() local 798 sensors_poll_context_t *ctx = (sensors_poll_context_t *)dev; in poll__batch() local 805 sensors_poll_context_t *ctx = (sensors_poll_context_t *)dev; in poll__flush() local
|
/device/google/dragon/sensor_hub/ |
D | sensors.cpp | 695 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_close() local 710 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_activate() local 717 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_setDelay() local 724 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_poll() local 731 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_batch() local 738 cros_ec_sensors_poll_context_t *ctx = reinterpret_cast<cros_ec_sensors_poll_context_t *>(dev); in wrapper_flush() local
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | glesv1_emul_ifc.cpp | 28 gl_wrapper_context_t *ctx = new gl_wrapper_context_t; in createFromLib() local
|
D | glesv2_emul_ifc.cpp | 28 gl2_wrapper_context_t *ctx = new gl2_wrapper_context_t; in createFromLib() local
|
D | egl.cpp | 491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext() local 506 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 527 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() 570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 623 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 59 struct AesCbcContext ctx; in handleEncrypt() local 155 struct AesCbcContext ctx; in handleDecrypt() local
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 891 EGLContext_t* ctx = getEGLThreadInfo()->currentContext; in eglSwapInterval() local 949 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 973 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() 1106 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 1207 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 199 SensorContext *ctx = new SensorContext(module); in open_sensors() local
|
D | activity.cpp | 327 ActivityContext *ctx = new ActivityContext(module); in open_activity() local
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 3465 TestContext ctx; in main() local
|
/device/asus/fugu/kernel-headers/linux/ |
D | psb_drm.h | 796 uint32_t ctx; member 1184 } ctx; member
|
/device/asus/fugu/original-kernel-headers/linux/ |
D | psb_drm.h | 845 uint32_t ctx; member 1265 } ctx; member
|