/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
TranslatorIfaces.h | 50 memset(crop_rect,0,4*sizeof(int)); 60 int crop_rect[4]; member in class:TextureData
|
/frameworks/native/opengl/libagl/ |
TextureObjectManager.cpp | 53 memset(crop_rect, 0, sizeof(crop_rect)); 65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect)); 129 // we should keep the crop_rect, but it's delicate because 132 memset(crop_rect, 0, sizeof(crop_rect));
|
TextureObjectManager.h | 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
|
texture.cpp | 719 const GLint Ucr = textureObject->crop_rect[0] << 16; 720 const GLint Vcr = textureObject->crop_rect[1] << 16; 721 const GLint Wcr = textureObject->crop_rect[2] << 16; 722 const GLint Hcr = textureObject->crop_rect[3] << 16; 779 const GLint Wcr = textureObject->crop_rect[2]; 780 const GLint Hcr = textureObject->crop_rect[3]; 802 const GLint Ucr = textureObject->crop_rect[0]; 803 const GLint Vcr = textureObject->crop_rect[1]; [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_pixeltest_filters.cc | 174 SkImageFilter::CropRect crop_rect(SkRect::MakeXYWH(0, 100, 200, 100)); 176 SkColorFilterImageFilter::Create(colorFilter.get(), NULL, &crop_rect));
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 396 OMX_CONFIG_RECTTYPE crop_rect = {0,0,0,0}; variable 807 printf("\n width: %d height: %d\n", crop_rect.nWidth, crop_rect.nHeight); 813 temp += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; 814 for (i = 0; i < crop_rect.nHeight; i++) { 815 bytes_written = fwrite(temp, crop_rect.nWidth, 1, outputBufferFile); 820 temp += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; 821 for (i = 0; i < crop_rect.nHeight/2; i++) [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | [all...] |