Searched refs:crop (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp105 GLint crop[4] = { 0, 512, 512, -512 };
106 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
119 GLint crop[4] = { 0, 1, 1, -1 };
120 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
133 GLint crop[4] = { 0, 512, 512, -512 };
134 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
148 GLint crop[4] = { 0, 1, 1, -1 };
149 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
165 GLint crop[4] = { 0, 512, 512, -512 };
166 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
[all...]
/frameworks/base/libs/surfaceflinger/
H A DLayerBuffer.cpp267 src.crop.l = 0;
268 src.crop.t = 0;
269 src.crop.r = buffers.w;
270 src.crop.b = buffers.h;
462 region_iterator clip(Region(Rect(dst.crop.r, dst.crop.b)));
467 &dst.crop, &src.crop, &clip);
483 t.width = src.crop.r;
484 t.height = src.crop
[all...]
H A DLayerBlur.cpp250 GLint crop[4] = { 0, 0, w, h }; local
251 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
H A DLayerBuffer.h91 copybit_rect_t crop; member in struct:android::LayerBuffer::NativeBuffer
H A DLayerBase.cpp469 GLint crop[4] = { 0, height, width, -height }; local
470 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
/frameworks/base/opengl/tests/textures/
H A Dtextures.cpp65 GLint crop[4] = { 0, 4, 4, -4 };
67 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp76 GLint crop[4] = { 0, 4, 4, -4 };
78 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp106 GLint crop[4] = { 0, h, w, -h }; local
134 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
159 GLint crop[4] = { 0, h, w, -h }; local
193 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
/frameworks/base/libs/rs/
H A DrsScriptC_Lib.cpp774 GLint crop[4] = {0, h, w, -h}; local
775 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
785 GLint crop[4] = {cx0, cy0, cx1, cy1}; local
786 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);
816 GLint crop[4] = {0, h, w, -h}; local
817 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, crop);

Completed in 82 milliseconds