Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 22 of 22) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp141 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 …]
Dgl2_enc.cpp24 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 …]
DGL2EncoderUtils.cpp25 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize() local
38 GL2Encoder * ctx = (GL2Encoder *) self; in uniformType() local
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp46 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 …]
Dgl_enc.cpp24 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 …]
DGLEncoderUtils.cpp24 GLEncoder *ctx = (GLEncoder *)self; in pixelDataSize() local
/device/google/dragon/audio/hal/
Dcras_dsp.c46 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()
Daudio_hw.c2041 struct cras_dsp_context *ctx; in apply_dsp() local
/device/google/contexthub/lib/nanohub/
Daes.c155 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/
DrenderControl_enc.cpp24 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/
Dsensors.cpp770 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/
Dsensors.cpp695 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/
Dglesv1_emul_ifc.cpp28 gl_wrapper_context_t *ctx = new gl_wrapper_context_t; in createFromLib() local
Dglesv2_emul_ifc.cpp28 gl2_wrapper_context_t *ctx = new gl2_wrapper_context_t; in createFromLib() local
Degl.cpp491 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/
Dnanoapp_encr.c59 struct AesCbcContext ctx; in handleEncrypt() local
155 struct AesCbcContext ctx; in handleDecrypt() local
/device/generic/goldfish/opengl/system/egl/
Degl.cpp891 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/
Dsensors.cpp199 SensorContext *ctx = new SensorContext(module); in open_sensors() local
Dactivity.cpp327 ActivityContext *ctx = new ActivityContext(module); in open_activity() local
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp3465 TestContext ctx; in main() local
/device/asus/fugu/kernel-headers/linux/
Dpsb_drm.h796 uint32_t ctx; member
1184 } ctx; member
/device/asus/fugu/original-kernel-headers/linux/
Dpsb_drm.h845 uint32_t ctx; member
1265 } ctx; member