/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 | 608 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() 623 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 244 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer() 250 void glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer() 256 void glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer() 262 void glBindTexture(GLenum target, GLuint texture) in glBindTexture() 298 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData() 304 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData() 310 GLenum glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus() 352 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D() 358 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D() 364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() [all …]
|
D | GL2Encoder.cpp | 190 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 199 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData() 211 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData() 1081 GLenum target; in s_glUniform1i() local 1262 void GL2Encoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture() 1308 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv() 1323 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv() 1362 GLenum target, GLenum pname, GLfloat param) in s_glTexParameterf() 1381 GLenum target, GLenum pname, const GLfloat* params) in s_glTexParameterfv() 1400 GLenum target, GLenum pname, GLint param) in s_glTexParameteri() [all …]
|
D | gl2_enc.cpp | 101 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 127 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer) in glBindFramebuffer_enc() 153 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer) in glBindRenderbuffer_enc() 179 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 338 void glBufferData_enc(void *self , GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData_enc() 378 void glBufferSubData_enc(void *self , GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid… in glBufferSubData_enc() 414 GLenum glCheckFramebufferStatus_enc(void *self , GLenum target) in glCheckFramebufferStatus_enc() 608 void glCompressedTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLs… in glCompressedTexImage2D_enc() 648 void glCompressedTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yo… in glCompressedTexSubImage2D_enc() 689 void glCopyTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLint x, … in glCopyTexImage2D_enc() [all …]
|
/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 | 354 void GLEncoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer() 363 void GLEncoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GL… in s_glBufferData() 374 void GLEncoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, con… in s_glBufferSubData() 649 void GLEncoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture() 752 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv() 767 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv() 790 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv() 824 GLenum target, GLenum pname, GLfloat param) in s_glTexParameterf() 843 GLenum target, GLenum pname, const GLfloat* params) in s_glTexParameterfv() 862 GLenum target, GLenum pname, GLint param) in s_glTexParameteri() [all …]
|
D | gl_enc.cpp | 454 void glGetTexParameterfv_enc(void *self , GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv_enc() 737 void glMultiTexCoord4f_enc(void *self , GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f_enc() 983 void glTexEnvf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexEnvf_enc() 1010 void glTexEnvfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv_enc() 1039 void glTexParameterf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexParameterf_enc() 1066 void glTexParameterfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv_enc() 1173 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc() 1199 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc() 1251 void glBufferData_enc(void *self , GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData_enc() 1281 void glBufferSubData_enc(void *self , GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid… in glBufferSubData_enc() [all …]
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 263 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget() 275 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget() 306 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture() 344 GLenum target) in addTextureRec()
|
D | GLClientState.h | 104 int bindBuffer(GLenum target, GLuint id) in bindBuffer() 120 int getBuffer(GLenum target) in getBuffer() 212 GLenum target; member
|
D | GLSharedGroup.cpp | 160 GLint ProgramData::getNextSamplerUniform(GLint index, GLint* val, GLenum* target) in getNextSamplerUniform() 178 bool ProgramData::setSamplerUniform(GLint appLoc, GLint val, GLenum* target) in setSamplerUniform() 446 bool GLSharedGroup::setSamplerUniform(GLuint program, GLint appLoc, GLint val, GLenum* target) in setSamplerUniform()
|
/device/generic/goldfish/opengl/system/GLESv1/ |
D | gl.cpp | 52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 89 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/GLESv2/ |
D | gl2.cpp | 52 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES() 89 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | EGLImage.h | 27 EGLenum target; member
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorLEDController.java | 27 LedValueUpdater(TextView target, int colorIndex) { in LedValueUpdater()
|
D | DemoKitActivity.java | 352 public void sendCommand(byte command, byte target, int value) { in sendCommand()
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_entry.cpp | 203 uint32_t rcCreateClientImage(uint32_t context, EGLenum target, GLuint buffer) in rcCreateClientImage()
|
D | renderControl_enc.cpp | 955 uint32_t rcCreateClientImage_enc(void *self , uint32_t context, EGLenum target, GLuint buffer) in rcCreateClientImage_enc()
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 1181 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() 1207 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
|
/device/google/dragon/audio/hal/ |
D | cras_dsp_pipeline.c | 821 int16_t *target; in cras_dsp_pipeline_apply() local
|