/frameworks/base/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 268 (JNIEnv *_env, jobject _this, jint texture) { 277 (JNIEnv *_env, jobject _this, jint func, jfloat ref) { 287 (JNIEnv *_env, jobject _this, jint func, jint ref) { 297 (JNIEnv *_env, jobject _this, jint target, jint texture) { 307 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) { 317 (JNIEnv *_env, jobject _this, jint mask) { 326 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) { 338 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) { 350 (JNIEnv *_env, jobject _this, jfloat depth) { 359 (JNIEnv *_env, jobject _this, jint depth) [all...] |
android_opengl_GLES20.cpp | 346 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 402 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 448 (JNIEnv *_env, jobject _this, jint texture) { 457 (JNIEnv *_env, jobject _this, jint program, jint shader) { 467 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) { 500 (JNIEnv *_env, jobject _this, jint target, jint buffer) { 510 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) { 520 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) { 530 (JNIEnv *_env, jobject _this, jint target, jint texture) { 540 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) [all...] |
android_opengl_GLES30.cpp | 346 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 402 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 448 (JNIEnv *_env, jobject _this, jint mode) { 457 (JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) { 484 (JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jint offset) { 498 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) { 529 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) { 547 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) { 579 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) { 598 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, ji (…) [all...] |
android_opengl_GLES11Ext.cpp | 346 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 402 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 448 (JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) { 458 (JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) { 470 (JNIEnv *_env, jobject _this, jint mode) { 479 (JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) { 492 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) { 505 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) { 518 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) { 566 (JNIEnv *_env, jobject _this, jobject coords_buf) [all...] |
android_opengl_GLES11.cpp | 346 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 402 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 448 (JNIEnv *_env, jobject _this, jint target, jint buffer) { 458 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) { 499 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) { 538 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { 581 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { 610 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { 653 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { 682 (JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) [all...] |
android_opengl_EGL14.cpp | 141 (JNIEnv *_env, jobject _this) { 150 (JNIEnv *_env, jobject _this, jlong display_id) { 161 (JNIEnv *_env, jobject _this, jint display_id) { 168 return android_eglGetDisplay(_env, _this, display_id); 174 (JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) { 257 (JNIEnv *_env, jobject _this, jobject dpy) { 270 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { 280 (JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) { 358 (JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) { 481 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) [all...] |
android_opengl_GLES31Ext.cpp | 345 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 401 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 447 (JNIEnv *_env, jobject _this) { 454 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jboolean enabled) { 501 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) { 528 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) { 565 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) { 571 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) { 579 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) { 587 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jin (…) [all...] |
android_opengl_GLES31.cpp | 344 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { 400 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { 446 (JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) { 494 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) { 505 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) { 549 (JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) { 573 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_ref, jint offset) { 618 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf) { 643 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { 678 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) [all...] |
/external/libopus/celt/ |
entcode.h | 87 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){ 88 return _this->offs; 91 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){ 92 return _this->buf; 95 static OPUS_INLINE int ec_get_error(ec_ctx *_this){ 96 return _this->error; 105 static OPUS_INLINE int ec_tell(ec_ctx *_this){ 106 return _this->nbits_total-EC_ILOG(_this->rng); 115 opus_uint32 ec_tell_frac(ec_ctx *_this); [all...] |
entenc.h | 36 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size); 50 void ec_encode(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _ft); 53 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits); 56 void ec_enc_bit_logp(ec_enc *_this,int _val,unsigned _logp); 65 void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb); 71 void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft); 77 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _ftb); 93 void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned _nbits); 103 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size); 108 void ec_enc_done(ec_enc *_this); [all...] |
entdec.h | 36 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage); 51 unsigned ec_decode(ec_dec *_this,unsigned _ft); 54 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits); 69 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft); 72 int ec_dec_bit_logp(ec_dec *_this,unsigned _logp); 82 int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb); 90 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft); 98 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _ftb);
|
entcode.c | 65 opus_uint32 ec_tell_frac(ec_ctx *_this){ 82 nbits=_this->nbits_total<<BITRES; 83 l=EC_ILOG(_this->rng); 84 r=_this->rng>>(l-16);
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
eglCreatePbufferFromClientBuffer.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) { 67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) { 72 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
|
eglCreateWindowSurface.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) { 81 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
|
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 272 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi) { 293 static jboolean nLoadIOSO(JNIEnv *_env, jobject _this) { 337 nContextFinish(JNIEnv *_env, jobject _this, jlong con) 344 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, 448 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, 512 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, 519 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, 526 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, 565 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) { 570 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | 284 static void _nInit(JNIEnv *_env, jclass _this) 286 gContextId = _env->GetFieldID(_this, "mContext", "J"); 318 nContextFinish(JNIEnv *_env, jobject _this, jlong con) 327 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, 431 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, 495 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, 502 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, 509 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, 548 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) { 553 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA [all...] |
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetActiveUniformBlockName.cpp | 4 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) { 74 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject uniformBlockName_buf) { 116 (JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex) {
|
glDebugMessageInsertKHR.cpp | 4 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) {
|
glGetShaderSource.cpp | 4 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) { 73 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
|
glTransformFeedbackVaryings.cpp | 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) {
|
glGetUniformIndices.cpp | 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) { 81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
|
glGetActiveAttrib.cpp | 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { 124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) { 176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) { 271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
|
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | 680 static void run(DenseBase<Derived>& _this, Index rows, Index cols) 682 if (_this.rows() == rows && _this.cols() == cols) return; 685 if ( ( Derived::IsRowMajor && _this.cols() == cols) || // row-major and we change only the number of rows 686 (!Derived::IsRowMajor && _this.rows() == rows) ) // column-major and we change only the number of columns 689 _this.derived().m_storage.conservativeResize(rows*cols,rows,cols); 695 const Index common_rows = (std::min)(rows, _this.rows()); 696 const Index common_cols = (std::min)(cols, _this.cols()); 697 tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); 698 _this.derived().swap(tmp) [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-09-01-RemoveCopyByCommutingDef.ll | 7 define void @f(i32* %w, i32* %h, i8* %_this, i8* %image) nounwind ssp { 8 %x1 = tail call i64 @g(i8* %_this, i8* %image) nounwind ; <i64> [#uses=3]
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 353 static void run(ComplexSchur<MatrixType>& _this, const MatrixType& matrix, bool computeU) 355 _this.m_hess.compute(matrix); 356 _this.m_matT = _this.m_hess.matrixH(); 357 if(computeU) _this.m_matU = _this.m_hess.matrixQ(); 364 static void run(ComplexSchur<MatrixType>& _this, const MatrixType& matrix, bool computeU) 369 _this.m_hess.compute(matrix); 370 _this.m_matT = _this.m_hess.matrixH().template cast<ComplexScalar>() [all...] |