Home
last modified time | relevance | path

Searched refs:encodingType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp1227 glw::GLint encodingType; in isFramebufferAttachmentSRGB() local
1229 …chmentParameteriv(targetType, attachment, GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING, &encodingType); in isFramebufferAttachmentSRGB()
1232 switch (static_cast<glw::GLenum>(encodingType)) in isFramebufferAttachmentSRGB()
/external/python/cpython2/Modules/
D_ssl.c3753 certEncodingType(DWORD encodingType) in certEncodingType() argument
3768 switch(encodingType) { in certEncodingType()
3776 return PyInt_FromLong(encodingType); in certEncodingType()
/external/python/cpython3/Modules/
D_ssl.c5322 certEncodingType(DWORD encodingType) in certEncodingType() argument
5337 switch(encodingType) { in certEncodingType()
5345 return PyLong_FromLong(encodingType); in certEncodingType()