OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texture_id
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp
35
SkString
texture_id
;
local
36
texture_id
.appendU32(this->textureID());
38
texture_id
.c_str());
GrGLTexture.cpp
69
SkString
texture_id
;
local
70
texture_id
.appendU32(this->textureID());
72
texture_id
.c_str());
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
632
const int
texture_id
=
local
634
if (
texture_id
!= 0) { // |
texture_id
| == 0 represents a dropped frame.
653
width, height, NativeHandleImpl(jni,
texture_id
, j_transform_matrix));
[
all
...]
/packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java
231
int
texture_id
= textures[0];
local
232
mSurfaceTexture = new SurfaceTexture(
texture_id
);
[
all
...]
Completed in 172 milliseconds