| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeCanvasCommon.cpp | 34 int32_t pixelFormat = 3; in GET_OH_PixelmapNative() local 57 int32_t pixelFormat = 3; in GET_OH_PixelmapNative() local 83 int32_t pixelFormat = 3; in GET_OH_PixelmapNative4KBoundary() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcConfigListWGL.cpp | 52 const int pixelFormat = *fmtIter; in getDefaultWglConfigList() local
|
| H A D | glcInfoTests.cpp | 98 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
| H A D | NativeBufferImageSiblingAndroid.cpp | 23 int pixelFormat = 0; in initialize() local 27 &mSize.depth, &pixelFormat, &usage); in initialize() local
|
| /test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
| H A D | api_test.cpp | 1418 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1447 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1462 const int32_t *pixelFormat = nullptr; in HWTEST_F() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| H A D | pixel_map_module_test.cpp | 169 int32_t ImagePixelMapNative::GetPixelmapPixelFormat(napi_env env, OH_PixelmapNative *pixelmap, napi_value *pixelFormat) in GetPixelmapPixelFormat() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | WindowSurfaceWGL.cpp | 19 WindowSurfaceWGL(const egl::SurfaceState &state, EGLNativeWindowType window, int pixelFormat, const FunctionsWGL *functions, EGLint orientation) WindowSurfaceWGL() argument
|
| H A D | PbufferSurfaceWGL.cpp | 19 PbufferSurfaceWGL(const egl::SurfaceState &state, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, bool largest, int pixelFormat, HDC deviceContext, const FunctionsWGL *functions) PbufferSurfaceWGL() argument
|
| /third_party/skia/tools/sk_app/win/ |
| H A D | ANGLEWindowContext_win.cpp | 132 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fPrerequisiteTests.cpp | 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| H A D | es3fTextureSwizzleTests.cpp | 194 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); in iterate() local
|
| H A D | es3fColorClearTest.cpp | 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluFboRenderContext.cpp | 219 tcu::PixelFormat pixelFormat; in createFramebuffer() local
|
| /third_party/vk-gl-cts/framework/platform/osx/ |
| H A D | tcuOSXPlatform.cpp | 173 CGLPixelFormatObj pixelFormat; in CGLRenderContext() local
|
| /third_party/vk-gl-cts/framework/platform/win32/ |
| H A D | tcuWGLContextFactory.cpp | 105 int pixelFormat = 0; in WGLContext() local
|
| H A D | tcuWGL.hpp | 80 int pixelFormat; member in tcu::wgl::PixelFormatInfo
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fPrerequisiteTests.cpp | 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| H A D | es2fColorClearTest.cpp | 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
| /test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
| H A D | func_test.cpp | 1446 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1475 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1490 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 2432 const int32_t *pixelFormat in HWTEST_F() local 2447 const int32_t *pixelFormat = nullptr; HWTEST_F() local [all...] |
| /test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
| H A D | api_test.cpp | 1491 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1520 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1535 const int32_t *pixelFormat = nullptr; in HWTEST_F() local 1574 const int32_t *pixelFormat in HWTEST_F() local [all...] |
| /third_party/glfw/src/ |
| H A D | wgl_context.c | 71 int i, pixelFormat, nativeCount, usableCount = 0, attribCount = 0; in choosePixelFormatWGL() local 546 int pixelFormat; in _glfwCreateContextWGL() local [all...] |
| /third_party/skia/third_party/externals/angle2/util/windows/ |
| H A D | WGLWindow.cpp | 154 int pixelFormat = 0; in initializeGLWithResult() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | android_util.cpp | 222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() argument 349 GLenum NativePixelFormatToGLInternalFormat(int pixelFormat) in NativePixelFormatToGLInternalFormat() argument 395 bool NativePixelFormatIsYUV(int pixelFormat) in NativePixelFormatIsYUV() argument 334 GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, int *width, int *height, int *depth, int *pixelFormat, uint64_t *usage) GetANativeWindowBufferProperties() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| H A D | HardwareBufferImageSiblingVkAndroid.cpp | 176 int pixelFormat = 0; in ValidateHardwareBuffer() local 207 int pixelFormat = 0; in initImpl() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglColorClearCase.cpp | 101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat) in renderReference() argument
|