OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_buf
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp
120
(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject
type_buf
, jbyte name) {
136
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
267
(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject
type_buf
) {
294
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
glGetActiveUniform.cpp
120
(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject
type_buf
, jbyte name) {
136
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
270
(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject
type_buf
) {
294
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
glGetTransformFeedbackVarying.cpp
120
(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject
type_buf
, jbyte name) {
127
(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject
type_buf
, jobject name_buf) {
148
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
287
(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject
type_buf
) {
314
type = (GLenum *)getPointer(_env,
type_buf
, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
/system/bt/btif/src/
btif_sock_sdp.cc
175
uint8_t
type_buf
[48];
local
178
uint8_t* type_buf_ptr =
type_buf
;
179
uint8_t* tmp =
type_buf
;
/frameworks/base/core/jni/
android_opengl_GLES20.cpp
[
all
...]
android_opengl_GLES30.cpp
[
all
...]
Completed in 639 milliseconds