Searched refs:ptr (Results 201 - 223 of 223) sorted by relevance

123456789

/frameworks/base/libs/hwui/
H A DDisplayListOp.h65 static void operator delete(void* ptr) { LOG_ALWAYS_FATAL("delete not supported"); } argument
623 #define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim, yDim) \
624 TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.yDim - offsetRect.top, \
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp1864 Short *ptr = block; local
1999 (*(idctcolVCA[bmap>>4]))(ptr);
2001 idct_col(ptr);
2003 ptr++;
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp639 char *ptr = (char *)s_dec_ip.pv_stream_buffer; local
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp622 std::unique_ptr<SkMemoryStream> stream(new SkMemoryStream(ar.ptr() + offset, length, false));
H A DPath.cpp209 const float* src = afa.ptr();
H A DPaint.cpp677 jfloat* array = autoMeasured.ptr();
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp50 const GLvoid *ptr, GLsizei count);
H A Dandroid_opengl_GLES32.cpp48 const GLvoid *ptr, GLsizei count);
733 /* void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label ) */
735 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
739 /* void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */
741 android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) { argument
H A Dandroid_opengl_GLES20.cpp50 const GLvoid *ptr, GLsizei count);
6097 /* void glVertexAttribPointer ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr ) */
6104 GLvoid *ptr = (GLvoid *) 0; local
6107 ptr = (GLvoid *) getDirectBufferPointer(_env, ptr_buf);
6108 if ( ! ptr ) {
6118 (GLvoid *)ptr,
H A Dandroid_opengl_GLES11.cpp50 const GLvoid *ptr, GLsizei count);
H A Dandroid_opengl_GLES10.cpp50 const GLvoid *ptr, GLsizei count);
H A Dandroid_opengl_GLES11Ext.cpp50 const GLvoid *ptr, GLsizei count);
H A Dandroid_opengl_GLES31.cpp48 const GLvoid *ptr, GLsizei count);
H A Dandroid_opengl_GLES30.cpp50 const GLvoid *ptr, GLsizei count);
H A Dcom_google_android_gles_jni_GLImpl.cpp54 const GLvoid *ptr, GLsizei count);
/frameworks/rs/
H A Drs_hal.h148 void (*freeRuntimeMem)(void* ptr);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1782 void setTree(VirtualRefBasePtr ptr) { argument
1783 mTreePtr = ptr;
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h141 typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
142 typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
153 GL_APICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
154 GL_APICALL void GL_APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1743 typedef void (GL_APIENTRYP PFNGLOBJECTPTRLABELPROC) (const void *ptr, GLsizei length, const GLchar *label);
1744 typedef void (GL_APIENTRYP PFNGLGETOBJECTPTRLABELPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
1788 GL_APICALL void GL_APIENTRY glObjectPtrLabel (const void *ptr, GLsizei length, const GLchar *label);
1789 GL_APICALL void GL_APIENTRY glGetObjectPtrLabel (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
/frameworks/av/media/libstagefright/
H A DACodec.cpp875 void *ptr = NULL; local
879 &ptr, &native_handle);
885 // some devices ptr is actually an opaque handle, not a pointer.
892 ptr != NULL ? ptr : (void *)native_handle_ptr, bufSize);
/frameworks/rs/driver/runtime/
H A Drs_cl.c552 float __attribute__((overloadable)) lgamma(float v, int* ptr) { argument
553 return SC_lgammaf_r(v, ptr);
/frameworks/av/services/audioflinger/
H A DThreads.cpp2447 // FIXME FastMixer might also have a raw ptr to mOutputSink;
6492 sp<RefBase> ptr = strongEvent->cookie().promote(); local
6493 if (ptr != 0) {
6494 RecordTrack *recordTrack = (RecordTrack *)ptr.get();
/frameworks/rs/scriptc/
H A Drs_allocation_data.rsh2697 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x);
2702 rsSetElementAt(rs_allocation a, void* ptr, uint32_t x, uint32_t y);

Completed in 1032 milliseconds

123456789