Home
last modified time | relevance | path

Searched refs:getHandle (Results 1 – 18 of 18) sorted by relevance

/external/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc24 DecoderHandle* getHandle(void* opaque) { in getHandle() function
111 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
166 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
194 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy()
/external/brotli/java/org/brotli/wrapper/enc/
Dencoder_jni.cc24 EncoderHandle* getHandle(void* opaque) { in getHandle() function
115 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
166 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
187 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative()
306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect)); in readScreenPixels()
319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2); in readScreenPixels()
357 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
369 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
DtcuWin32Window.hpp48 HWND getHandle (void) const { return m_window; } in getHandle() function in tcu::win32::Window
DtcuWin32VulkanPlatform.cpp53 : vk::wsi::Win32WindowInterface (vk::pt::Win32WindowHandle(window->getHandle())) in VulkanWindow()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp419 deUint32 getHandle (void) const;
479 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setParameters()
495 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setDecode()
530 deUint32 SRGBTestTexture::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anon50e136330111::SRGBTestTexture
565 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setColor()
592 deUint32 getHandle (void) const;
644 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen); in SRGBTestProgram()
645 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORMS, &activeUniforms); in SRGBTestProgram()
650 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]); in SRGBTestProgram()
651 location = gl.getUniformLocation(this->getHandle(), &uniformName[0]); in SRGBTestProgram()
[all …]
Des31fFboSRGBWriteControlTests.cpp476 deUint32 getHandle (void) const;
531 deUint32 TestTexture2D::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anone4ed7a720111::TestTexture2D
657 glw::GLuint getHandle (void) const;
744 deUint32 TestShaderProgram::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anone4ed7a720111::TestShaderProgram
751 m_gl->useProgram(this->getHandle()); in use()
1068 …ist[idx].fboTargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboCo… in createFBOwithColorAttachment()
1077 glw::GLuint location = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFunctionType"); in setShaderProgramSamplingType()
1096 glw::GLuint location = gl.getUniformLocation(m_shaderProgram->getHandle(), "uBlendFunctionType"); in setShaderBlendFunctionType()
1117 glw::GLuint locationSrc = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFactorSrc"); in setShaderBlendSrcDstValues()
1121 glw::GLuint locationDst = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFactorDst"); in setShaderBlendSrcDstValues()
[all …]
/external/deqp/execserver/
DxsWin32TestProcess.cpp132 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run()
137 overlapped.hEvent = ioEvent.getHandle(); in run()
227 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run()
233 overlapped.hEvent = ioEvent.getHandle(); in run()
DxsWin32TestProcess.hpp67 HANDLE getHandle (void) const { return m_handle; } in getHandle() function in xs::win32::Event
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DTagTuple.java30 public String getHandle() { in getHandle() method in TagTuple
DTagToken.java34 return "value=[" + value.getHandle() + ", " + value.getSuffix() + "]"; in getArguments()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp197 EGLConfig Config::getHandle() const in getHandle() function in egl::Config
439 configs[index] = passed[index]->getHandle(); in getConfigs()
456 if(config->getHandle() == configHandle) in get()
DConfig.h37 EGLConfig getHandle() const;
/external/libcxx/test/support/
Dtest_allocator.h431 BuffT* getHandle() const { return handle_.get(); } in getHandle() function
437 return LHS.getHandle() == RHS.getHandle();
/external/snakeyaml/src/test/java/org/pyyaml/
DCanonicalParser.java91 tag = token.getValue().getHandle() + token.getValue().getSuffix(); in parseNode()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py1193 def getHandle (name): function
1207 if getHandle(objectType).type == Handle.TYPE_NONDISP:
1222 if getHandle(objectArg.type).type == Handle.TYPE_NONDISP:
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java407 String handle = tagTokenTag.getHandle(); in parseNode()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1220 callDetails.put("Handle", buildUri(details.getHandle())); in buildCallDetails()