OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deviceContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp
295
ID3D11DeviceContext *
deviceContext
= mRenderer->getDeviceContext();
320
deviceContext
->ResolveSubresource(srcTex, 0, colorBufferTexture, subresourceIndex, textureDesc.Format);
337
deviceContext
->CopySubresourceRegion(mStagingTexture, 0, xoffset, yoffset, 0, srcTex, subresourceIndex, &srcBox);
431
ID3D11DeviceContext *
deviceContext
= mRenderer->getDeviceContext();
432
result =
deviceContext
->Map(mStagingTexture, mStagingSubresource, mapType, 0, map);
452
ID3D11DeviceContext *
deviceContext
= mRenderer->getDeviceContext();
453
deviceContext
->Unmap(mStagingTexture, mStagingSubresource);
SwapChain11.cpp
348
ID3D11DeviceContext *
deviceContext
= mRenderer->getDeviceContext();
350
deviceContext
->CopySubresourceRegion(mOffscreenTexture, 0, 0, yoffset, 0, previousOffscreenTexture, 0, &sourceBox);
605
ID3D11DeviceContext *
deviceContext
= mRenderer->getDeviceContext();
609
HRESULT result =
deviceContext
->Map(mQuadVB, 0, D3D11_MAP_WRITE_DISCARD, 0, &mappedResource);
633
deviceContext
->Unmap(mQuadVB, 0);
637
deviceContext
->IASetVertexBuffers(0, 1, &mQuadVB, &stride, &startIdx);
640
deviceContext
->OMSetDepthStencilState(NULL, 0xFFFFFFFF);
643
deviceContext
->OMSetBlendState(NULL, blendFactor, 0xFFFFFFF);
645
deviceContext
->RSSetState(NULL);
648
deviceContext
->IASetInputLayout(mPassThroughIL)
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
101
static void dcfontname_to_skstring(HDC
deviceContext
, const LOGFONT& lf, SkString* familyName) {
103
if (0 == (fontNameLen = GetTextFace(
deviceContext
, 0, NULL))) {
105
if (0 == (fontNameLen = GetTextFace(
deviceContext
, 0, NULL))) {
111
if (0 == GetTextFace(
deviceContext
, fontNameLen, fontName.get())) {
113
if (0 == GetTextFace(
deviceContext
, fontNameLen, fontName.get())) {
221
HDC
deviceContext
= ::CreateCompatibleDC(NULL);
222
HFONT savefont = (HFONT)SelectObject(
deviceContext
, font);
225
if (0 == GetTextMetrics(
deviceContext
, &textMetric)) {
227
if (0 == GetTextMetrics(
deviceContext
, &textMetric)) {
231
if (
deviceContext
) {
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
101
static void dcfontname_to_skstring(HDC
deviceContext
, const LOGFONT& lf, SkString* familyName) {
103
if (0 == (fontNameLen = GetTextFace(
deviceContext
, 0, NULL))) {
105
if (0 == (fontNameLen = GetTextFace(
deviceContext
, 0, NULL))) {
111
if (0 == GetTextFace(
deviceContext
, fontNameLen, fontName.get())) {
113
if (0 == GetTextFace(
deviceContext
, fontNameLen, fontName.get())) {
221
HDC
deviceContext
= ::CreateCompatibleDC(NULL);
222
HFONT savefont = (HFONT)SelectObject(
deviceContext
, font);
225
if (0 == GetTextMetrics(
deviceContext
, &textMetric)) {
227
if (0 == GetTextMetrics(
deviceContext
, &textMetric)) {
231
if (
deviceContext
) {
[
all
...]
Completed in 47 milliseconds