Home
last modified time | relevance | path

Searched defs:self (Results 1 – 16 of 16) sorted by relevance

/device/linaro/dragonboard/qcom/qrtr/
Dqrtr.py14 def __init__(self, port=0): argument
21 def __del__(self): argument
24 def _lookup_list_add(self, ptr, srv, instance, node, port): argument
28 def lookup(self, srv, instance=0, ifilter=0): argument
36 def publish(self, service, version, instance): argument
42 def new_server(self, service, version, instance): argument
50 def remove_server(self, service): argument
56 def new_lookup(self, service, version, instance): argument
62 def remove_lookup(self, lookup): argument
67 def send(self, addr, data): argument
[all …]
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp44 GLenum GLEncoder::s_glGetError(void * self) in s_glGetError()
71 void GLEncoder::s_glGetIntegerv(void *self, GLenum param, GLint *ptr) in s_glGetIntegerv()
114 void GLEncoder::s_glGetFloatv(void *self, GLenum param, GLfloat *ptr) in s_glGetFloatv()
153 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv()
192 void GLEncoder::s_glGetBooleanv(void *self, GLenum param, GLboolean *ptr) in s_glGetBooleanv()
227 void GLEncoder::s_glGetPointerv(void * self, GLenum param, GLvoid **params) in s_glGetPointerv()
234 void GLEncoder::s_glFlush(void *self) in s_glFlush()
241 const GLubyte *GLEncoder::s_glGetString(void *self, GLenum name) in s_glGetString()
263 void GLEncoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei()
271 void GLEncoder::s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *da… in s_glVertexPointer()
[all …]
Dgl_enc.cpp22 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc()
48 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc()
76 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc()
101 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc()
129 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc()
157 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()
183 void glFogf_enc(void *self , GLenum pname, GLfloat param) in glFogf_enc()
209 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params) in glFogfv_enc()
237 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc()
267 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn) in glGetClipPlanef_enc()
[all …]
DGLEncoderUtils.cpp22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp385 GLenum GL2Encoder::s_glGetError(void * self) in s_glGetError()
502 void GL2Encoder::s_glFlush(void *self) in s_glFlush()
509 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name) in s_glGetString()
538 void GL2Encoder::s_glPixelStorei(void *self, GLenum param, GLint value) in s_glPixelStorei()
547 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer()
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()
600 void GL2Encoder::s_glGenBuffers(void* self, GLsizei n, GLuint* buffers) { in s_glGenBuffers()
609 void GL2Encoder::s_glDeleteBuffers(void * self, GLsizei n, const GLuint * buffers) in s_glDeleteBuffers()
623 static bool isValidVertexAttribIndex(void *self, GLuint indx) in isValidVertexAttribIndex()
[all …]
DGL2EncoderUtils.cpp25 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pac… in pixelDataSize()
32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D()
39 GLenum uniformType(void * self, GLuint program, GLint location) in uniformType()
46 size_t clearBufferNumElts(void* self, GLenum buffer) { in clearBufferNumElts()
52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) { in numActiveUniformsInUniformBlock()
58 size_t glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname)… in glActiveUniformBlockivParamSize()
Dgl2_enc.cpp22 void glActiveTexture_enc(void *self , GLenum texture) in glActiveTexture_enc()
47 void glAttachShader_enc(void *self , GLuint program, GLuint shader) in glAttachShader_enc()
73 void glBindAttribLocation_enc(void *self , GLuint program, GLuint index, const GLchar* name) in glBindAttribLocation_enc()
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()
206 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc()
234 void glBlendEquation_enc(void *self , GLenum mode) in glBlendEquation_enc()
259 void glBlendEquationSeparate_enc(void *self , GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate_enc()
[all …]
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_enc.cpp22 GLint rcGetRendererVersion_enc(void *self ) in rcGetRendererVersion_enc()
61 EGLint rcGetEGLVersion_enc(void *self , EGLint* major, EGLint* minor) in rcGetEGLVersion_enc()
108 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString_enc()
153 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString_enc()
198 EGLint rcGetNumConfigs_enc(void *self , uint32_t* numAttribs) in rcGetNumConfigs_enc()
241 EGLint rcGetConfigs_enc(void *self , uint32_t bufSize, GLuint* buffer) in rcGetConfigs_enc()
285 EGLint rcChooseConfig_enc(void *self , EGLint* attribs, uint32_t attribs_size, uint32_t* configs, u… in rcChooseConfig_enc()
335 EGLint rcGetFBParam_enc(void *self , EGLint param) in rcGetFBParam_enc()
375 uint32_t rcCreateContext_enc(void *self , uint32_t config, uint32_t share, uint32_t glVersion) in rcCreateContext_enc()
417 void rcDestroyContext_enc(void *self , uint32_t context) in rcDestroyContext_enc()
[all …]
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_enc.cpp22 void fooAlphaFunc_enc(void *self , FooInt func, FooFloat ref) in fooAlphaFunc_enc()
48 FooBoolean fooIsBuffer_enc(void *self , void* stuff) in fooIsBuffer_enc()
90 void fooDoEncoderFlush_enc(void *self , FooInt param) in fooDoEncoderFlush_enc()
116 void fooTakeConstVoidPtrConstPtr_enc(void *self , const void* const* param) in fooTakeConstVoidPtrConstPtr_enc()
143 void fooSetComplexStruct_enc(void *self , const FooStruct* obj) in fooSetComplexStruct_enc()
170 void fooGetComplexStruct_enc(void *self , FooStruct* obj) in fooGetComplexStruct_enc()
208 void fooInout_enc(void *self , uint32_t* count) in fooInout_enc()
/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()
144 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
/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()
147 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
/device/generic/goldfish-opengl/
Dcmake_transform.py39 def __init__(self, *args, **kwargs): argument
43 def as_list(self, name): argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DApiInitializer.h28 ApiInitializer *self = (ApiInitializer *)userData; in s_getProc() local
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThread_pthread.cpp129 Thread* self = reinterpret_cast<Thread*>(arg); in thread_main() local
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py37 def __init__(self, func_name, return_type, parameters): argument
/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h171 using self = Optional<U>; variable